removing dots

This commit is contained in:
Mylloon 2021-07-28 23:31:42 +02:00
parent 974368e01b
commit 143e93b3da

View file

@ -14,7 +14,7 @@ class Bot(commands.Bot):
if message.echo: # Messages with echo set to True are messages sent by the bot
return
# Print the contents of our message to console...
# Print the contents of our message to console
if not message.content.startswith(self.keys["PREFIX"]):
print(f"{message.author.name}: {message.content}")