mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Put Jitse's blacklist in comments
This commit is contained in:
parent
2f14c3ed30
commit
cd4dcbaeb5
1 changed files with 3 additions and 3 deletions
|
|
@ -192,9 +192,9 @@ class Events(commands.Cog):
|
|||
:param react: the RawReactionEvent associated with the reaction
|
||||
:param msg: the message this react was placed on
|
||||
"""
|
||||
# Blacklist NinjaJay after spamming
|
||||
if react.user_id in [153162010576551946]:
|
||||
return False
|
||||
# # Blacklist NinjaJay after spamming
|
||||
# if react.user_id in [153162010576551946]:
|
||||
# return False
|
||||
|
||||
# Don't spam DM's when something has already been reported
|
||||
# Check if the react's count is 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue