Skip to content

Commit

Permalink
feat: revert status back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS authored Dec 27, 2024
1 parent caad3fe commit 0bace6d
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 items system: 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 items system: check bio",
state="Assisting servers | pythia.astrea.cc",
)
await self.change_presence(activity=activity)

Expand Down

0 comments on commit 0bace6d

Please sign in to comment.