diff options
-rw-r--r-- | bot/exts/events/trivianight/_scoreboard.py | 2 |
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. """ |