forgot a new line

This commit is contained in:
brandons209 2020-02-15 02:45:55 -05:00
parent 9f6b10e61c
commit 35c7c612e9

View file

@ -316,7 +316,7 @@ class EconomyTrickle(commands.Cog):
msg = f"Mode: {mode}\n"
for i, channel in enumerate(gsets[mode]):
msg += f"{i+1}. {ctx.guild.get_channel(channel)}"
msg += f"{i+1}. {ctx.guild.get_channel(channel)}\n"
pages = pagify(msg)
for page in pages: