From ebc27dbc9cd1a8a1936f7f13421a96571c0cf419 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 24 Dec 2018 14:12:17 -0800 Subject: [PATCH] removing holiday cheer. it was breaking the bot --- app/dragon-bot.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/dragon-bot.py b/app/dragon-bot.py index f4c49754..df04ad5e 100644 --- a/app/dragon-bot.py +++ b/app/dragon-bot.py @@ -104,12 +104,6 @@ async def on_message(message): ) ) -##################### Holiday cheer ################ - xmas_emojis = ['mrs_clause', 'christmas_tree', 'santa', 'christmaspanda', 'owopresent', 'mikupresent'] - xmas_emoji = discord.utils.get(client.get_all_emojis(), name=random.choice(xmas_emojis)) - await client.add_reaction(message, xmas_emoji) - - # Read messages and look for mentions of subreddits for word in message.content.split(): if (message.author != client.user) and '/r/' in word: