remove old code

This commit is contained in:
Mylloon 2021-07-29 23:35:08 +02:00
parent 2339908aca
commit d64e6f1539

View file

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