From 54507fc0762f8daf0b6b0b6ef7d6ee5c94e97de2 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sun, 11 Feb 2024 16:43:03 +0000 Subject: Remove space after subcommand name which meant it couldn't be called --- bot/exts/moderation/alts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/moderation/alts.py b/bot/exts/moderation/alts.py index 57d67d2d2..bdee76c94 100644 --- a/bot/exts/moderation/alts.py +++ b/bot/exts/moderation/alts.py @@ -88,7 +88,7 @@ class AlternateAccounts(commands.Cog): return await ctx.send(f"✅ {user_1.mention} and {user_2.mention} successfully marked as alts.") - @association_group.command(name="edit ", aliases=("e",)) + @association_group.command(name="edit", aliases=("e",)) async def edit_association_command( self, ctx: commands.Context, -- cgit v1.2.3