From 3417f008928f5e2fa936f0581847237a130189b8 Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Wed, 15 Jul 2020 21:50:35 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'bot.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index ceb75a4..0253c04 100644 --- a/bot.py +++ b/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)