diff --git a/gbp/gbp.py b/gbp/gbp.py index a826ece..04f6485 100644 --- a/gbp/gbp.py +++ b/gbp/gbp.py @@ -93,7 +93,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]}\n" + 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: