From b7a431b5e99656256f99c03f8330b145b88a9d47 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 11 Jun 2018 10:15:08 -0700 Subject: [PATCH] Removing the check for 'hello it me' string becasue it was flimsy and not really useful --- app/dragon-bot.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/dragon-bot.py b/app/dragon-bot.py index 39ea5c48..74cb6067 100644 --- a/app/dragon-bot.py +++ b/app/dragon-bot.py @@ -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: