From 10186dbbc794dd2c6d9ca48bcdb0ec753672ac7d Mon Sep 17 00:00:00 2001 From: Captain Date: Sun, 12 Dec 2021 20:25:55 +0100 Subject: [PATCH 1/3] 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 387ab44bd..dacff629f 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 } From 0c0b8381fdebe9cbe3b128cee2beca0daf18f4dc Mon Sep 17 00:00:00 2001 From: Captain Date: Sun, 12 Dec 2021 20:27:21 +0100 Subject: [PATCH 2/3] asd --- files/helpers/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index dacff629f..8bd9473d6 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -828,6 +828,6 @@ NOTIFIED_USERS = { 'landlordmessiah': LLM_ID, ' llm ': LLM_ID, 'landlet': LLM_ID, - 'donger': DONGER_ID, - 'donger': FARTBINN_ID + 'dong': DONGER_ID, + 'dong': FARTBINN_ID } From 50321b5d8c9f566ccd74d5d3d19762ea6ba631f9 Mon Sep 17 00:00:00 2001 From: Aevann1 <59999695+Aevann1@users.noreply.github.com> Date: Sun, 12 Dec 2021 11:36:49 -0800 Subject: [PATCH 3/3] Update const.py --- files/helpers/const.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 8bd9473d6..066b8ac1a 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -152,6 +152,8 @@ elif SITE == "pcmemes.net": LLM_ID = 0 DAD_ID = 0 MOM_ID = 0 + DONGER_ID = 0 + FARTBINN_ID = 0 BUG_THREAD = 4103 EMOJI_THREAD = 0 else: @@ -175,6 +177,8 @@ else: LLM_ID = 0 DAD_ID = 0 MOM_ID = 0 + DONGER_ID = 0 + FARTBINN_ID = 0 BUG_THREAD = 0 EMOJI_THREAD = 0