Added a small delay so the congratulations message for scoreboard can speak.

This commit is contained in:
Storm Dragon 2025-02-15 12:32:08 -05:00
parent e2c69e3af7
commit 8bfe968b4b

View File

@ -147,6 +147,7 @@ class Scoreboard:
write_config()
speak(f"Congratulations {name}! You got position {position} on the scoreboard!")
time.sleep(1)
return True