We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84ddd6 commit 57e67f3Copy full SHA for 57e67f3
bot/exts/advent_of_code/_cog.py
@@ -22,7 +22,7 @@
22
from bot.exts.advent_of_code import _helpers
23
from bot.exts.advent_of_code.views.dayandstarview import AoCDropdownView
24
from bot.utils import members
25
-from bot.utils.decorators import in_month, in_whitelist, with_role
+from bot.utils.decorators import in_month, in_whitelist, whitelist_override, with_role
26
27
log = logging.getLogger(__name__)
28
0 commit comments