From daeb4bded094d794cba3067d8cc995fab3a4fbe4 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 30 Apr 2024 08:46:27 +0100 Subject: fixup: remove british accent --- bot/exts/info/information.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/info/information.py b/bot/exts/info/information.py index 482b1efba..e02559220 100644 --- a/bot/exts/info/information.py +++ b/bot/exts/info/information.py @@ -342,7 +342,7 @@ class Information(Cog): 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") -- cgit v1.2.3