Skip to content

Commit 3a69e74

Browse files
committed
Rename auth required
1 parent 387b729 commit 3a69e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async def wrapper(self, ctx: commands.Context, *args, **kwargs):
1313
return wrapper
1414

1515

16-
def auth_required(func):
16+
def github_access_token_required(func):
1717
@functools.wraps(func)
1818
async def wrapper(self, ctx: commands.Context, *args, **kwargs):
1919
if (self.bot.self_hosted and

0 commit comments

Comments
 (0)