mirror of https://github.com/stijndcl/didier
Put Jitse's blacklist in comments
parent
2f14c3ed30
commit
cd4dcbaeb5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue