fddfs
This commit is contained in:
parent
448d30754f
commit
bd45f8e9d6
3 changed files with 8 additions and 26 deletions
|
@ -143,6 +143,8 @@ if SITE == 'rdrama.net':
|
|||
LLM_ID = 253
|
||||
DAD_ID = 2513
|
||||
MOM_ID = 4588
|
||||
BUG_THREAD = 18459
|
||||
EMOJI_THREAD = 22479
|
||||
elif SITE == "pcmemes.net":
|
||||
BASEDBOT_ID = 800
|
||||
NOTIFICATIONS_ID = 1046
|
||||
|
@ -159,6 +161,8 @@ elif SITE == "pcmemes.net":
|
|||
LLM_ID = 0
|
||||
DAD_ID = 0
|
||||
MOM_ID = 0
|
||||
BUG_THREAD = 4103
|
||||
EMOJI_THREAD = 0
|
||||
else:
|
||||
BASEDBOT_ID = 0
|
||||
NOTIFICATIONS_ID = 1
|
||||
|
@ -175,6 +179,8 @@ else:
|
|||
LLM_ID = 0
|
||||
DAD_ID = 0
|
||||
MOM_ID = 0
|
||||
BUG_THREAD = 0
|
||||
EMOJI_THREAD = 0
|
||||
|
||||
PUSHER_INSTANCE_ID = '02ddcc80-b8db-42be-9022-44c546b4dce6'
|
||||
PUSHER_KEY = environ.get("PUSHER_KEY", "").strip()
|
||||
|
@ -756,7 +762,4 @@ TROLLTITLES = [
|
|||
"[META] Getting really sick of @{username}’s shit",
|
||||
"Pretty sure this is @{username}'s Reddit account",
|
||||
"Hey jannies can you please ban @{username}",
|
||||
]
|
||||
|
||||
BUG_THREAD = 18459
|
||||
EMOJI_THREAD = 22479
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue