aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2022-10-02 15:57:23 +0100
committerGravatar Izan <[email protected]>2022-10-02 15:57:23 +0100
commitf72b94910a9e637fa5d33fe88b79e32d3e844b01 (patch)
treecf1ed893cfe8a6d14423bb2efaf4d2424cb5c0d3
parentFix order of function parameters on @discord.ui.button (diff)
Remove extra space.
-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 8744b9da..bd61be3d 100644
--- a/bot/exts/events/trivianight/_scoreboard.py
+++ b/bot/exts/events/trivianight/_scoreboard.py
@@ -128,7 +128,7 @@ class ScoreboardView(View):
Send an ephemeral message with the speed leaderboard embed.
Parameters:
- - interaction: The discord.Interaction instance containing information on the interaction between the user
+ - interaction: The discord.Interaction instance containing information on the interaction between the user
and the button.
- button: The discord.ui.Button instance representing the `Speed Leaderboard` button.
"""