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:
parent
d710e5bfaa
commit
4622123809
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue