remove old code
This commit is contained in:
parent
2339908aca
commit
d64e6f1539
1 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue