From 30bc78feff77988c235f4ff167c4ecf74b26a5fd Mon Sep 17 00:00:00 2001 From: dnns01 <mail@dnns01.de> Date: Mon, 23 Nov 2020 23:59:16 +0100 Subject: [PATCH] fix: $121 - removed debug output --- support_cog.py | 1 - 1 file changed, 1 deletion(-) diff --git a/support_cog.py b/support_cog.py index 541a47c..ebde6b6 100644 --- a/support_cog.py +++ b/support_cog.py @@ -13,7 +13,6 @@ class SupportCog(commands.Cog): @commands.Cog.listener() async def on_message(self, message): if message.author == self.bot.user: - print("hmmm") return if type(message.channel) is discord.DMChannel: -- GitLab