Update welcome message.

This commit is contained in:
Ben Rog-Wilhelm 2022-07-31 18:21:12 -05:00
parent 850d175563
commit 8c818adbd2

View file

@ -62,7 +62,7 @@ DAD_ID = 0
MOM_ID = 0 MOM_ID = 0
DONGER_ID = 0 DONGER_ID = 0
BUG_THREAD = 0 BUG_THREAD = 0
WELCOME_MSG = f"Welcome to {SITE_NAME}!" WELCOME_MSG = f"Welcome to {SITE_NAME}! Please read [the rules](/rules) first. Then [read some of our current conversations](/) and feel free to comment or post!\n\nWe encourage people to comment even if they aren't sure they fit in; as long as your comment follows [community rules](/rules), we are happy to have posters from all backgrounds, education levels, and specialties."
ROLES={} ROLES={}
IMGUR_KEY = environ.get("IMGUR_KEY").strip() IMGUR_KEY = environ.get("IMGUR_KEY").strip()