Skip to content

Commit f5abc44

Browse files
committed
Fix alias overlap
1 parent e501815 commit f5abc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/characters/randomteams.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class RandomTeams extends Command {
1212
category: "Character",
1313
help: "Generate random teams.",
1414
usage: "randomteam",
15-
aliases: ["randomteam", "rt", "rts", "ra", "randomabyss", "rng"],
15+
aliases: ["randomteam", "rt", "rts", "rab", "randomabyss", "rng"],
1616
options: []
1717
})
1818
}

0 commit comments

Comments
 (0)