From d64e6f1539e0c801d007b01d060cd59deb52abb2 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 29 Jul 2021 23:35:08 +0200 Subject: [PATCH] remove old code --- src/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.py b/src/main.py index f88897c..34f28d7 100644 --- a/src/main.py +++ b/src/main.py @@ -16,9 +16,6 @@ class Client(commands.Bot): if message.echo: # Messages with echo set to True are messages sent by the bot return - # if not message.content.startswith(self.keys["PREFIX"]): - # print(f"{message.author.name}: {message.content}") - await self.handle_commands(message) # Let the bot know we want to handle and invoke our commands async def event_command_error(self, _, error):