diff options
-rw-r--r-- | bot/exts/moderation/alts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/alts.py b/bot/exts/moderation/alts.py index 8fdf152a6..51f55b807 100644 --- a/bot/exts/moderation/alts.py +++ b/bot/exts/moderation/alts.py @@ -58,7 +58,7 @@ class AlternateAccounts(commands.Cog): ) return lines - @commands.group(name="association ", aliases=("alt", "assoc"), invoke_without_command=True) + @commands.group(name="association", aliases=("alt", "assoc"), invoke_without_command=True) async def association_group( self, ctx: commands.Context, |