removing holiday cheer. it was breaking the bot

This commit is contained in:
luke 2018-12-24 14:12:17 -08:00
parent 0c95e9e6ce
commit ebc27dbc9c

View File

@ -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: