🩹 - The $help activity status was not setup at the startup of the bot

This commit is contained in:
Florian SYLVAIN
2021-02-04 20:13:33 +01:00
parent 1804ebcbcb
commit ca1427cb8f
+1
View File
@@ -58,6 +58,7 @@ async def twitch(discord_chan):
@bot.event @bot.event
async def on_ready(): 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)) print('We have logged in as {0.user}'.format(bot))
@bot.command() @bot.command()