From ca1427cb8f6dc342c6d3afd2fd4f513db921aec2 Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Thu, 4 Feb 2021 20:13:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20-=20The=20$help=20activity=20sta?= =?UTF-8?q?tus=20was=20not=20setup=20at=20the=20startup=20of=20the=20bot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 4399ffe..8bcfd94 100644 --- a/main.py +++ b/main.py @@ -58,6 +58,7 @@ async def twitch(discord_chan): @bot.event async def on_ready(): + await bot.change_presence(activity=discord.Activity(type=discord.ActivityType.listening, name=f"$help")) print('We have logged in as {0.user}'.format(bot)) @bot.command()