diff --git a/erm.py b/erm.py index a38e2ef1..d692f625 100644 --- a/erm.py +++ b/erm.py @@ -430,7 +430,7 @@ async def staff_field(bot: Bot, embed, query): async def change_status(): await bot.wait_until_ready() logging.info("Changing status") - status = f"/help | ermbot.xyz" + status = f"/about | ermbot.xyz" await bot.change_presence( activity=discord.Activity(type=discord.ActivityType.watching, name=status) )