1
0
Fork 0
mirror of synced 2024-05-20 20:42:27 +12:00

Correct naming of command

This commit is contained in:
phxntxm 2017-05-04 02:34:33 -05:00
parent aa610bd1d8
commit a793378093

View file

@ -367,7 +367,7 @@ class Roles:
except utils.CannotPaginate as e:
await ctx.send(str(e))
@assigns.command(name='list')
@assigns.command(name='remove')
@commands.guild_only()
@utils.custom_perms(send_messages=True)
async def _remove_assigns(self, ctx, *role: discord.Role):