Skip to content

Commit

Permalink
Fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahCxrest authored Mar 18, 2024
1 parent d4bd764 commit 8b83dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit 8b83dde

Please sign in to comment.