소스 검색

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)

불러오는 중...
취소
저장