From 7d927afcdf274565e84a84ae4afff673cf588dcd Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 7 Sep 2021 05:02:13 +0200 Subject: [PATCH] fd --- files/helpers/const.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 093c1c0af6..96e9242aff 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1,5 +1,7 @@ from os import environ +site = environ.get("DOMAIN").strip() + SLURS = { " faggot":" cute twink", " Faggot":" Cute twink", @@ -90,7 +92,8 @@ BASED_MSG = "@{username}'s Based Count has increased by 1. Their Based Count is BASEDBOT_ACCOUNT = 800 NOTIFICATIONS_ACCOUNT = 1046 -AUTOJANNY_ACCOUNT = 2360 +if site == "pcmemes.net": AUTOJANNY_ACCOUNT == 1050 +else: AUTOJANNY_ACCOUNT = 2360 LONGPOSTBOT_ACCOUNT = 1832 PUSHER_INSTANCE_ID = '02ddcc80-b8db-42be-9022-44c546b4dce6'