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 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…
Add table
Add a link
Reference in a new issue