gotta get those new lines

This commit is contained in:
brandons209 2020-02-15 15:54:29 -05:00
parent b6662c375c
commit f7e90be52f

View file

@ -671,7 +671,7 @@ class MoreAdmin(commands.Cog):
sample = to_purge
for m in sample:
msg += f"{m.mention}"
msg += f"{m.mention}\n"
await ctx.send(msg)