From 850c5d7abb1e6a84f0d5762d7e9396f8788705f4 Mon Sep 17 00:00:00 2001 From: Interitio Date: Sun, 24 Mar 2024 17:45:49 +1000 Subject: [PATCH] fix(voicefix): Fix typo in webhook cmd. --- src/modules/voicefix/cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/voicefix/cog.py b/src/modules/voicefix/cog.py index 356701c..4196187 100644 --- a/src/modules/voicefix/cog.py +++ b/src/modules/voicefix/cog.py @@ -436,7 +436,7 @@ class VoiceFixCog(LionCog): return hook = discord.Webhook.from_url(webhook, client=self.bot) - existing = await self.data.LionHook.fetch(channel.id) + existing = await self.data.LinkHook.fetch(channel.id) if existing: await existing.update(webhookid=hook.id, token=hook.token) else: