Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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", "alts", "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 Expand Up @@ -128,7 +128,7 @@ async def alt_remove_command(
return
await ctx.send(f"✅ {user_1.mention} and {user_2.mention} are no longer marked as alts.")

@association_group.command(name="info", root_aliases=("alt-info",))
@association_group.command(name="info", root_aliases=("alts",))
async def alt_info_command(
self,
ctx: commands.Context,
Expand Down