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

Commit 5ba6280

Browse files
authored
MOD | next command, removed big links
1 parent 8ad5be9 commit 5ba6280

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
@@ -102,7 +102,7 @@ async def next(ctx):
102102
embed = discord.Embed(title="Click to join", url=coc.join_url, description="**Players online:**", color=Color.blue())
103103
embed.set_thumbnail(url="https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,f_auto,q_auto:eco,dpr_1/v1410916443/e1aka8oyy6vnsbrt8ogw.png")
104104
for player in coc.players:
105-
embed.add_field(name=player.pseudo, value="https://www.codingame.com/profile/" + player.public_handle)
105+
embed.add_field(name=player.pseudo, value="[See profil](https://www.codingame.com/profile/" + player.public_handle + ")")
106106
embed.set_footer(text="Time before start: " + str(coc.time_before_start))
107107
await ctx.send(embed=embed)
108108

0 commit comments

Comments
 (0)