removing dots
This commit is contained in:
parent
974368e01b
commit
143e93b3da
1 changed files with 1 additions and 1 deletions
|
@ -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}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue