Skip to content

Commit

Permalink
fix status
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahCxrest authored May 30, 2024
1 parent 1dc983f commit 0ca905d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erm.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ async def change_status():
logging.info("Changing status")
status = "📝 /about | ermbot.xyz"
await bot.change_presence(
activity=discord.Activity(type=discord.ActivityType.custom, name=status)
activity = discord.Activity(discord.ActivityType.custom, name=status, state=status)

)


Expand Down

0 comments on commit 0ca905d

Please sign in to comment.