From 10186dbbc794dd2c6d9ca48bcdb0ec753672ac7d Mon Sep 17 00:00:00 2001 From: Captain Date: Sun, 12 Dec 2021 20:25:55 +0100 Subject: [PATCH] Added Donger and Fartbinn to the dong notification --- files/helpers/const.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 387ab44bde..dacff629f9 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -127,6 +127,8 @@ if SITE == 'rdrama.net': LLM_ID = 253 DAD_ID = 2513 MOM_ID = 4588 + DONGER_ID = 541 + FARTBINN_ID = 2256 BUG_THREAD = 18459 EMOJI_THREAD = 22479 elif SITE == "pcmemes.net": @@ -826,4 +828,6 @@ NOTIFIED_USERS = { 'landlordmessiah': LLM_ID, ' llm ': LLM_ID, 'landlet': LLM_ID, + 'donger': DONGER_ID, + 'donger': FARTBINN_ID }