diff --git a/files/helpers/const.py b/files/helpers/const.py index 9706fd54c..a950ec5cf 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -176,6 +176,7 @@ LLM_ID = 0 DAD_ID = 0 MOM_ID = 0 DONGER_ID = 0 +GEESE_ID = 0 BUG_THREAD = 0 POLL_THREAD = 0 @@ -219,6 +220,7 @@ if SITE in {'rdrama.net', 'devrama.xyz'}: DAD_ID = 2513 MOM_ID = 4588 DONGER_ID = 541 + GEESE_ID = 1710 BUG_THREAD = 18459 POLL_THREAD = 79285 @@ -754,6 +756,7 @@ NOTIFIED_USERS = { 'scitzocel': SCHIZO_ID, 'snakes': SNAKES_ID, 'sneks': SNAKES_ID, + 'geese': GEESE_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 coins','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') @@ -1022,4 +1025,4 @@ greentext_regex = re.compile("(\n|^)>([^ >][^\n]*)", flags=re.A) ascii_only_regex = re.compile("[ -~]+", flags=re.A) -def make_name(*args, **kwargs): return request.base_url \ No newline at end of file +def make_name(*args, **kwargs): return request.base_url