Skip to content

Commit

Permalink
feat: revert status to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS authored Oct 14, 2024
1 parent 65ff65b commit 9f25d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def on_ready(self) -> None:
activity = ipy.Activity(
name="Status",
type=ipy.ActivityType.CUSTOM,
state="New minor features: check bio",
state="Assisting servers | pythia.astrea.cc",
)
await self.change_presence(activity=activity)

Expand All @@ -118,7 +118,7 @@ async def on_resume_func(self) -> None:
activity = ipy.Activity(
name="Status",
type=ipy.ActivityType.CUSTOM,
state="New minor features: check bio",
state="Assisting servers | pythia.astrea.cc",
)
await self.change_presence(activity=activity)

Expand Down

0 comments on commit 9f25d6f

Please sign in to comment.