Fix typos
This commit is contained in:
@@ -39,7 +39,7 @@ class VoiceLogCog(LionCog):
|
||||
if row is None or row.webhook_url is None:
|
||||
return
|
||||
|
||||
hook = ThreadedWebhook.from_url(logger.webhook_url, client=self.bot)
|
||||
hook = ThreadedWebhook.from_url(row.webhook_url, client=self.bot)
|
||||
|
||||
embed = discord.Embed(timestamp=utc_now())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user