fixed listing roles with new lines

This commit is contained in:
brandons209 2020-06-30 00:27:58 -04:00
parent 22ada54cd1
commit dc7db04a12

View file

@ -194,7 +194,7 @@ class NitroEmoji(commands.Cog):
if not role: # remove deleted roles silently
del roles[role_id]
continue
msg += f"{role.name}: {roles[role_id]}"
msg += f"{role.name}: {roles[role_id]}\n"
for page in pagify(msg):
await ctx.send(box(page))