Update the bot activity to the join message
This commit is contained in:
parent
5f66d3454c
commit
78b3d002d8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ async def setup_hook():
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
"""Bot is ready and connected"""
|
"""Bot is ready and connected"""
|
||||||
logger.info("Bot is up and ready!")
|
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)
|
await bot.change_presence(status=discord.Status.online, activity=activity)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue