Files
devplacepy/devplacepy/constants.py
T
retoor db56ebbe74
DevPlace CI / test (push) Has been cancelled
Update
2026-06-09 18:48:08 +02:00

15 lines
278 B
Python

TOPICS = ["devlog", "showcase", "question", "rant", "fun", "random", "signals"]
REACTION_EMOJI = [
"\U0001f44d",
"❤️",
"\U0001f680",
"\U0001f389",
"\U0001f602",
"\U0001f440",
"\U0001f525",
"\U0001f92f",
]
DEVII_GUEST_COOKIE = "devii_guest"