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

Update to match rewrite

This commit is contained in:
phxntxm 2017-03-08 14:59:05 -06:00
parent fa8d03c6c2
commit 993ad7ce43

View file

@ -82,7 +82,7 @@ class Roles:
# Otherwise, remove the roles from each member given
for member in members:
await self.bot.remove_roles(member, *roles)
await member.remove_roles(*roles)
await ctx.send("I have just removed the following roles:```\n{}``` from the following members:"
"```\n{}```".format("\n".join(role_names), "\n".join([m.display_name for m in members])))