Update connect_discord.py

This commit is contained in:
AskDavis
2023-05-20 18:29:43 -07:00
committed by GitHub
parent 3fe81c4c8d
commit 361f7ac69b

View File

@@ -14,7 +14,7 @@ class MyClient(discord.Client):
logging.info('WE MADE IT AFTER')
async def on_message(self, message):
logging.info('Message from {0.author}: {0.content}'.format(str(message)))
logging.info('Message from {0.author}: {0.content}'.format(message))
if message.author == client.user:
return
if "mabel" in message.content.lower():