aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/events/trivianight/scoreboard.py
diff options
context:
space:
mode:
authorGravatar Shom770 <[email protected]>2021-10-18 22:53:54 -0400
committerGravatar Shom770 <[email protected]>2022-02-09 18:13:36 -0500
commite37115a620ff33d4f0aeb9bac3ced3e8578605e0 (patch)
tree1fbe72cd5d08892fd311bae9d9106069f07e33a8 /bot/exts/events/trivianight/scoreboard.py
parentquestion view shell finished (diff)
finished basic question interface
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."""