Update the bot activity to the join message

This commit is contained in:
Marc Di Luzio 2024-08-11 19:04:11 +01:00
parent 5f66d3454c
commit 78b3d002d8

View file

@ -36,7 +36,7 @@ async def setup_hook():
async def on_ready():
"""Bot is ready and connected"""
logger.info("Bot is up and ready!")
activity = discord.Game("/match")
activity = discord.Game("/join")
await bot.change_presence(status=discord.Status.online, activity=activity)