Skip to content

Commit

Permalink
fixup: remove british accent
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed May 23, 2024
1 parent 0d09161 commit daeb4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/info/information.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ async def create_user_embed(self, ctx: Context, user: MemberOrUser, passed_as_me
return embed

async def user_alt_count(self, user: MemberOrUser) -> tuple[str, int | str]:
"""Get the number oif alts for the given member."""
"""Get the number of alts for the given member."""
resp = await self.bot.api_client.get(f"bot/users/{user.id}")
return ("Associated accounts", len(resp["alts"]) or "No associated accounts")

Expand Down

0 comments on commit daeb4bd

Please sign in to comment.