Skip to content

Commit

Permalink
Remove space after subcommand name which meant it couldn't be called
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Feb 11, 2024
1 parent 2eb65d3 commit eba30d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/moderation/alts.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def association_group(
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,
Expand Down

0 comments on commit eba30d5

Please sign in to comment.