Adding christmas trees and santa

This commit is contained in:
Luke Robles 2018-12-21 10:15:58 -08:00
parent 3c5b65547c
commit 138bb369a9

View File

@ -105,7 +105,7 @@ async def on_message(message):
)
##################### Holiday cheer ################
xmas_emojis = ['christmaspanda', 'owopresent', 'mikupresent']
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)