Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit ebef593

Browse files
committed
MOD | prototype of leaderboard but not working because merci codingame de mettre plusieurs personnes au meme ranks
1 parent 9e14a74 commit ebef593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ async def next(ctx):
125125
# embed=discord.Embed(title="Leaderboard", color=Color.blurple())
126126
# for i in range(-2, 3):
127127
# embed.add_field(name=str(codingamer.rank + i) + " ème " + str(global_leaderboard.users[place + i].pseudo), value="[See profil](https://www.codingame.com/profile/" + global_leaderboard.users[place + i].public_handle + ")", inline=False)
128-
# await ctx.send(embed=embed)
128+
# await ctx.send(embed=embed)
129129

130130
bot.run(config["token"])

0 commit comments

Comments
 (0)