diff options
author | 2022-02-12 11:00:11 -0500 | |
---|---|---|
committer | 2022-02-12 11:00:11 -0500 | |
commit | 52a2bf7e373bea1e2b0738eb9d3c5561609c968c (patch) | |
tree | 031be815220f8b96a3d826ae318c745201c458b6 /bot | |
parent | Merge pull request #910 from Shom770/trivia-night (diff) |
fix typo
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/events/trivianight/trivianight.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/events/trivianight/trivianight.py b/bot/exts/events/trivianight/trivianight.py index 7d1f4070..18d8327a 100644 --- a/bot/exts/events/trivianight/trivianight.py +++ b/bot/exts/events/trivianight/trivianight.py @@ -15,7 +15,7 @@ from ._questions import QuestionView from ._scoreboard import Scoreboard # The ID you see below are the Events Lead role ID and the Event Runner Role ID -TRIVIA_NIGHT_ROLES = (Roles.admin, 778361735739998228, 940911658799333408) +TRIVIA_NIGHT_ROLES = (Roles.admins, 778361735739998228, 940911658799333408) class TriviaNightCog(commands.Cog): |