forked from rDrama/rDrama
1
0
Fork 0

exempt DC as well

master
Aevann 2024-06-03 16:19:37 +03:00
parent 973d5c4b52
commit 425445e3b5
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ def push_notif(uids, title, body, url_or_comment, chat_id=None):
if SITE == 'rdrama.net' and chat_id != 182 and '!jannies' not in body:
uids.discard(AEVANN_ID)
uids.discard(147)
uids.discard(11031)
if isinstance(url_or_comment, Comment):
c = url_or_comment