removing this casue it was not written well

This commit is contained in:
luke 2018-06-11 10:15:08 -07:00
parent 77f43e7437
commit 699b27c8d4

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: