make the taglines shorter + remove WPD's tagline

master
Aevann 2023-03-21 13:21:07 +02:00
parent 07f37ef00b
commit aea76f941b
1 changed files with 11 additions and 10 deletions

View File

@ -141,19 +141,23 @@ if len(SITE_NAME) > 5:
if not IS_LOCALHOST: if not IS_LOCALHOST:
REDDIT_NOTIFS_SITE.add(SITE) REDDIT_NOTIFS_SITE.add(SITE)
TAGLINES = ()
if SITE_NAME == 'rDrama': if SITE_NAME == 'rDrama':
DEFAULT_COLOR = "ff66ac" DEFAULT_COLOR = "ff66ac"
patron = "Paypig" patron = "Paypig"
TAGLINES = ( TAGLINES = (
"world's largest gay orgy", "online gay orgy",
"world's largest shemale porn site", "shemale porn site",
"world's largest cat fetish furfest", "online furfest",
"world's largest basket-weaving forum", "cat fetish site",
"world's largest autism support group", "basket-weaving forum",
"world's largest aztec heritage forum", "autism support group",
"the official site of Communist Party USA", "aztec heritage forum",
"CCP's official newspaper",
"butthole rating site",
) )
RDRAMA_SLURS = { RDRAMA_SLURS = {
@ -350,9 +354,6 @@ if SITE_NAME == 'rDrama':
REDDIT_NOTIFS_SITE.add('justice4darrell') REDDIT_NOTIFS_SITE.add('justice4darrell')
REDDIT_NOTIFS_SITE.add('cringetopia.org') REDDIT_NOTIFS_SITE.add('cringetopia.org')
elif SITE_NAME == 'WPD': elif SITE_NAME == 'WPD':
TAGLINES = (
"People dying and cartoon cats <3",
)
REDDIT_NOTIFS_SITE.update({'watchpeopledie', 'makemycoffin'}) REDDIT_NOTIFS_SITE.update({'watchpeopledie', 'makemycoffin'})