aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/moderation/alts.py2
1 files changed, 1 insertions, 1 deletions
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,