Changement lien du repo dans le status du bot
This commit is contained in:
parent
970ae2fe41
commit
dac1400191
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -16,7 +16,7 @@ async def on_connect():
|
||||||
# le status du bot
|
# le status du bot
|
||||||
@client.event
|
@client.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
await client.change_presence(status = discord.Status.online, activity = discord.Activity(name = "",
|
await client.change_presence(status = discord.Status.online, activity = discord.Activity(name = "https://code.up8.edu/Anri/bot-licence",
|
||||||
type = discord.ActivityType.competing))
|
type = discord.ActivityType.competing))
|
||||||
print("Bot chargé à 100%.")
|
print("Bot chargé à 100%.")
|
||||||
|
|
||||||
|
|
Reference in a new issue