aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/events/trivianight/scoreboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/events/trivianight/scoreboard.py')
-rw-r--r--bot/exts/events/trivianight/scoreboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/events/trivianight/scoreboard.py b/bot/exts/events/trivianight/scoreboard.py
index 34535690..27a45e30 100644
--- a/bot/exts/events/trivianight/scoreboard.py
+++ b/bot/exts/events/trivianight/scoreboard.py
@@ -74,7 +74,7 @@ class Scoreboard:
if item.startswith("points: "):
return self.view.points[item.removeprefix("points: ")]
elif item.startswith("speed: "):
- return self.view.speed[item.removepreix("speed: ")]
+ return self.view.speed[item.removeprefix("speed: ")]
def display(self) -> Union[Embed, View]:
"""Returns the embed of the main leaderboard along with the ScoreboardView."""