Waging the war against autism
This commit is contained in:
parent
39d16f949e
commit
77f43e7437
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user