mirror of
https://github.com/AskDavis/nate-discord.git
synced 2025-12-31 20:55:58 -08:00
Update connect_discord.py
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user