Skip to content
Snippets Groups Projects
Commit c47b3b0a authored by Dennis Klein's avatar Dennis Klein
Browse files

Add thousands places for points

parent 84e52eed
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class Leaderboard(commands.Cog):
# message += "{:>4} | {:<37} | {:>9}\n".format(str(place),
# f"{member.display_name}#{member.discriminator}", value)
places += f"{place}: <@!{key}>\n"
scores += f"{value}\n"
scores += f"{value:,}\n".replace(",", ".")
if str(ctx.author.id) == key:
ready = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment