mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +00:00
Change command alias
This commit is contained in:
parent
0b8f4c4b74
commit
d9c9700d88
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class Bot:
|
|||
|
||||
await ctx.send('https://discordapp.com/oauth2/authorize?&client_id={}&scope=bot&permissions={}'.format(u.config['client_id'], u.config['permissions']), delete_after=5)
|
||||
|
||||
@cmds.command(name=',guilds', aliases=[',glds', ',servers', ',servs'])
|
||||
@cmds.command(name=',guilds', aliases=[',glds', ',servers', ',svrs'])
|
||||
@cmds.is_owner()
|
||||
async def guilds(self, ctx):
|
||||
paginator = cmds.Paginator()
|
||||
|
|
Loading…
Reference in a new issue