From 97431c0c747938389c15dc37ad57bf3bfd4ea26a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 14 Feb 2025 19:41:10 -0500 Subject: [PATCH] Updated the congrats message for the scoreboard. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 988d3ab..09fecae 100755 --- a/__init__.py +++ b/__init__.py @@ -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