From 81eea0b3c5c0a071d0f8d6ff6bc0f83b478bbf0a Mon Sep 17 00:00:00 2001 From: Juni Date: Thu, 14 Apr 2022 16:59:12 -0400 Subject: [PATCH] i hate python syntax --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index 4bddd22..b58c3bf 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -143,7 +143,7 @@ class ReactQuote(commands.Cog): guild_group = self.config.guild(message.guild) settings = await guild_group.reactQuotesSettings() if settings["outputChannel"] is not None: - logChan = message.guild.get_channel(settings.outputChannel) + logChan = message.guild.get_channel(settings["outputChannel"]) await logChan.send(embed=self._buildQuote(message, pos)) else: return