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

Commit 8ad5be9

Browse files
authored
MOD | status message
1 parent 86de8a9 commit 8ad5be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async def on_command_error(ctx, error):
2121
@bot.event
2222
async def on_ready():
2323
print('Le bot est pret')
24-
await bot.change_presence(activity=discord.Game(name="!help"))
24+
await bot.change_presence(activity=discord.Game(name=config["prefix"] + "help"))
2525

2626
@bot.command(name="unlink", description="Unlink you from your actual profil")
2727
async def unlink(ctx):
@@ -136,4 +136,4 @@ async def info(ctx):
136136
# 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)
137137
# await ctx.send(embed=embed)
138138

139-
bot.run(config["token"])
139+
bot.run(config["token"])

0 commit comments

Comments
 (0)