Adding christmas trees and santa
This commit is contained in:
parent
3c5b65547c
commit
138bb369a9
@ -105,7 +105,7 @@ async def on_message(message):
|
|||||||
)
|
)
|
||||||
|
|
||||||
##################### Holiday cheer ################
|
##################### 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))
|
xmas_emoji = discord.utils.get(client.get_all_emojis(), name=random.choice(xmas_emojis))
|
||||||
await client.add_reaction(message, xmas_emoji)
|
await client.add_reaction(message, xmas_emoji)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user