Skip to content

Commit

Permalink
Newline
Browse files Browse the repository at this point in the history
  • Loading branch information
optimumtact committed Nov 25, 2024
1 parent f06af31 commit 62ce0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbp/gbp.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def top(self, ctx, up_to_pos: int):
if index == up_to_pos:
break
position, user = data
msg += f"#{position} - {user}, {self.usertogbp[user]}"
msg += f"#{position} - {user}, {self.usertogbp[user]}\n"
if len(msg) >= 2000:
await ctx.send(file=utils.chat_formatting.text_to_file(msg, "gbp.txt"))
else:
Expand Down

0 comments on commit 62ce0aa

Please sign in to comment.