Skip to content

Commit

Permalink
Remove space from command name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed May 23, 2024
1 parent a673a5c commit 64de0b0
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 @@ -58,7 +58,7 @@ async def alts_to_string(self, alts: list[dict]) -> list[str]:
)
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,
Expand Down

0 comments on commit 64de0b0

Please sign in to comment.