Updated the congrats message for the scoreboard.

This commit is contained in:
Storm Dragon 2025-02-14 19:41:10 -05:00
parent 4a15f951f0
commit 97431c0c74

View File

@ -139,7 +139,7 @@ class Scoreboard:
localConfig.set("scoreboard", f"name_{i+1}", entry['name'])
write_config()
speak(f"Congratulations {name}! You got position {position} on the high score table!")
speak(f"Congratulations {name}! You got position {position} on the scoreboard!")
return True