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

remove erroneous alias

This commit is contained in:
phxntxm 2017-05-04 02:44:51 -05:00
parent 483698ea29
commit bfb744bb29

View file

@ -302,7 +302,7 @@ class Roles:
fmt = "\n".join(m.display_name for m in msg.mentions)
await ctx.send("I have just added the role {} to: ```\n{}```".format(name, fmt))
@commands.group(invoke_without_command=True, aliases=['assign'])
@commands.group(invoke_without_command=True)
@commands.guild_only()
@utils.custom_perms(send_messages=True)
async def assign(self, ctx, *role: discord.Role):