Put Jitse's blacklist in comments

pull/10/head
Stijn De Clercq 2020-11-15 11:20:40 +01:00
parent 2f14c3ed30
commit cd4dcbaeb5
1 changed files with 3 additions and 3 deletions

View File

@ -192,9 +192,9 @@ class Events(commands.Cog):
:param react: the RawReactionEvent associated with the reaction :param react: the RawReactionEvent associated with the reaction
:param msg: the message this react was placed on :param msg: the message this react was placed on
""" """
# Blacklist NinjaJay after spamming # # Blacklist NinjaJay after spamming
if react.user_id in [153162010576551946]: # if react.user_id in [153162010576551946]:
return False # return False
# Don't spam DM's when something has already been reported # Don't spam DM's when something has already been reported
# Check if the react's count is 1 # Check if the react's count is 1