Mise à jour Discord.py
This commit is contained in:
parent
e6a129d8fb
commit
970ae2fe41
2 changed files with 3 additions and 3 deletions
2
main.py
2
main.py
|
@ -16,7 +16,7 @@ async def on_connect():
|
|||
# le status du bot
|
||||
@client.event
|
||||
async def on_ready():
|
||||
await client.change_presence(status = discord.Status.online, activity = discord.Activity(name = "https://github.com/Mylloon/bot-licence",
|
||||
await client.change_presence(status = discord.Status.online, activity = discord.Activity(name = "",
|
||||
type = discord.ActivityType.competing))
|
||||
print("Bot chargé à 100%.")
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
discord.py>=1.4.0
|
||||
async-timeout>=3.0.1
|
||||
discord.py==1.5.1
|
||||
async-timeout==3.0.1
|
Reference in a new issue