forked from retoor/devplacepy
Quiiz system
This commit is contained in:
+9
-1
@@ -33,7 +33,15 @@ ADMIN_TARGETS = {}
|
||||
TOPICS = ["devlog", "showcase", "question", "rant", "fun", "random"]
|
||||
PROJECT_TYPES = ["game", "game_asset", "software", "mobile_app", "website"]
|
||||
GIST_LANGUAGES = ["python", "javascript", "go", "rust", "bash", "sql", "json"]
|
||||
REACTION_EMOJIS = ["\U0001f44d", "\U0001f680", "\U0001f389", "\U0001f525"]
|
||||
REACTION_EMOJIS = [
|
||||
"\U0001f44d",
|
||||
"\U0001f680",
|
||||
"\U0001f389",
|
||||
"\U0001f525",
|
||||
"\U0001f984",
|
||||
"\U0001f44d\U0001f3ff",
|
||||
"\U0001f9d1\u200d\U0001f4bb",
|
||||
]
|
||||
NOTIFICATION_TYPES = ["comment", "reply", "vote", "follow", "message"]
|
||||
DOCS_SLUGS = [
|
||||
"index",
|
||||
|
||||
Reference in New Issue
Block a user