瀏覽代碼

Mise à jour de 'bot.py'

master
TheBidouilleur 5 月之前
父節點
當前提交
3417f00892
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      bot.py

+ 2
- 2
bot.py 查看文件

@@ -41,6 +41,6 @@ async def on_ready():
print(client.user.name)
print(client.user.id)
print('------')
await client.change_presence(activity=discord.Streaming(name="Watching Adrien Sleeping...", url='https://nyan.cat'))
await client.user.edit(username="Adrien's Nightmare")
await client.change_presence(activity=discord.Streaming(name="Le gentil bot", url='https://nyan.cat'))
await client.user.edit(username="HAPPYBOT")
client.run(TOKEN)

Loading…
取消
儲存