removing holiday cheer. it was breaking the bot
This commit is contained in:
parent
0c95e9e6ce
commit
ebc27dbc9c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user