1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-24 22:27:28 +00:00

Change command alias

This commit is contained in:
Myned 2018-02-19 12:59:37 -05:00
parent 0b8f4c4b74
commit d9c9700d88

View file

@ -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()