Waging the war against autism

This commit is contained in:
luke 2018-06-06 15:45:18 -07:00
parent 39d16f949e
commit 77f43e7437

View File

@ -104,6 +104,13 @@ async def on_message(message):
) )
) )
# reeeeeeeeeeeee
if 'henlo' in message.content or 'it me' in message.content:
await client.send_message(
message.channel,
'I think you meant to say "Hello it\'s Me"'
)
# Read messages and look for mentions of subreddits # Read messages and look for mentions of subreddits
for word in message.content.split(): for word in message.content.split():
if message.author != client.user: if message.author != client.user: