Skip to content

Commit

Permalink
FIXIGNT it again!
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahCxrest authored May 30, 2024
1 parent 81637ce commit d63ee4c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions erm.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,10 @@ async def change_status():
await bot.wait_until_ready()
logging.info("Changing status")
status = "📝 /about | ermbot.xyz"
await bot.change_presence(
activity = discord.Activity(discord.ActivityType.custom, name=status, state=status)

await _bot.change_presence(
activity=discord.CustomActivity(name=status)
)


@tasks.loop(minutes=1)
async def check_reminders():
try:
Expand Down

0 comments on commit d63ee4c

Please sign in to comment.