mirror of
https://github.com/Floriansylvain/Risitas_BOT.git
synced 2026-08-19 11:43:16 +02:00
🩹 - The $help activity status was not setup at the startup of the bot
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user