Removing the check for 'hello it me' string becasue it was flimsy and

not really useful
This commit is contained in:
luke 2018-06-11 10:15:08 -07:00
parent 77f43e7437
commit b7a431b5e9

View File

@ -104,13 +104,6 @@ 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
for word in message.content.split():
if message.author != client.user: