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 387b729 commit 3a69e74Copy full SHA for 3a69e74
core/decorators.py
@@ -13,7 +13,7 @@ async def wrapper(self, ctx: commands.Context, *args, **kwargs):
13
return wrapper
14
15
16
-def auth_required(func):
+def github_access_token_required(func):
17
@functools.wraps(func)
18
async def wrapper(self, ctx: commands.Context, *args, **kwargs):
19
if (self.bot.self_hosted and
0 commit comments