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):