Skip to content

Commit

Permalink
fix(kamaitachi): sync recents first, not pbs
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Dec 16, 2024
1 parent 0c9a0f4 commit bd3328b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/chunithm/kamaitachi.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ async def kamaitachi_link(self, ctx: Context, token: Optional[str] = None):
"Successfully linked with Kamaitachi.\n"
"You can now use `c>kamaitachi sync` to sync your recent scores.\n"
"\n"
"**It is recommended that you run `c>kamaitachi sync pb` to sync your personal bests first, "
"before syncing your recent scores.**"
"**It is recommended that you run `c>kamaitachi sync` to sync your recent scores first, "
"before syncing your personal bests with `c>kamaitachi sync pb`.**"
),
mention_author=False,
)
Expand Down

0 comments on commit bd3328b

Please sign in to comment.