From 848b22e1bf38f59af45470d75be07c1fce677e28 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 29 Jan 2022 01:55:42 +0200 Subject: [PATCH] fds --- files/helpers/const.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 930ac5ac56..bf48bc0b01 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -145,6 +145,7 @@ if SITE == 'rdrama.net': JOAN_ID = 28 MOOSE_ID = 1904 AEVANN_ID = 1 + HOMO_ID = 147 Q_ID = 1480 LAWLZ_ID = 3833 LLM_ID = 253 @@ -173,6 +174,7 @@ elif SITE == "pcmemes.net": JOAN_ID = 0 MOOSE_ID = 0 AEVANN_ID = 1 + HOMO_ID = 0 Q_ID = 0 LAWLZ_ID = 0 LLM_ID = 0 @@ -201,6 +203,7 @@ else: JOAN_ID = 0 MOOSE_ID = 0 AEVANN_ID = 0 + HOMO_ID = 0 Q_ID = 0 LAWLZ_ID = 0 LLM_ID = 0 @@ -522,6 +525,7 @@ NOTIFIED_USERS = { 'landlet': LLM_ID, 'dong': DONGER_ID, 'kippy': KIPPY_ID, + 'the_homocracy': HOMO_ID } FORTUNE_REPLIES = ('Your fortune: Allah Wills It','Your fortune: Inshallah, Only Good Things Shall Come To Pass','Your fortune: Allah Smiles At You This Day','Your fortune: Your Bussy Is In For A Blasting','Your fortune: You Will Be Propositioned By A High-Tier Twink','Your fortune: Repent, You Have Displeased Allah And His Vengeance Is Nigh','Your fortune: Reply Hazy, Try Again','Your fortune: lmao you just lost 100 dramacoin','Your fortune: Yikes 😬','Your fortune: You Will Be Blessed With Many Black Bulls','Your fortune: NEETmax, The Day Is Lost If You Venture Outside','Your fortune: A Taste Of Jannah Awaits You Today','Your fortune: Watch Your Back','Your fortune: Outlook good','Your fortune: Godly Luck','Your fortune: Good Luck','Your fortune: Bad Luck','Your fortune: Good news will come to you by mail','Your fortune: Very Bad Luck','Your fortune: キタ━━━━━━(οΎŸβˆ€οΎŸ)━━━━━━ !!!!','Your fortune: Better not tell you now','Your fortune: You will meet a dark handsome stranger','Your fortune: οΌˆγ€€Β΄_ゝ`οΌ‰οΎŒο½°οΎ','Your fortune: Excellent Luck','Your fortune: Average Luck') @@ -531,5 +535,6 @@ REDDIT_NOTIFS = { 'aevann': AEVANN_ID, 'carpflo': CARP_ID, 'carpathianflorist': CARP_ID, - 'carpathian florist': CARP_ID + 'carpathian florist': CARP_ID, + 'the_homocracy': HOMO_ID } \ No newline at end of file