1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Fix incorrect reference

This commit is contained in:
Dylan Dizon 2018-11-06 23:55:51 -05:00
parent d710e5bfaa
commit 4622123809

View file

@ -24,7 +24,7 @@ class Info:
@cmds.group(name='info', aliases=['i'])
async def info(self, ctx):
if invoked_subcommand is None:
if ctx.invoked_subcommand is None:
await ctx.send('<embed>BOT INFO</embed>')
@info.command(aliases=['g', 'server', 's'], brief='Provides info about a guild', hidden=True)