Skip to content
Snippets Groups Projects
Commit 30bc78fe authored by dnns01's avatar dnns01
Browse files

fix: $121 - removed debug output

parent 31fac512
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment