QuizMaster

let me know if this is cool
This commit is contained in:
SpudGunMan
2025-10-07 17:48:22 -07:00
parent ce317d8bbe
commit 48a57e875f
7 changed files with 210 additions and 1 deletions
+1
View File
@@ -373,6 +373,7 @@ try:
hangman_enabled = config['games'].getboolean('hangman', True)
hamtest_enabled = config['games'].getboolean('hamtest', True)
tictactoe_enabled = config['games'].getboolean('tictactoe', True)
quiz_enabled = config['games'].getboolean('quiz', True)
# messaging settings
responseDelay = config['messagingSettings'].getfloat('responseDelay', 0.7) # default 0.7