|
|
@ -154,7 +154,7 @@ export abstract class AbstractCharacterStatusCommand extends SlashCommand { |
|
|
|
return ctx.sendResults( |
|
|
|
return ctx.sendResults( |
|
|
|
[ |
|
|
|
[ |
|
|
|
...characters.map((s) => selectionPrefixValue + s).slice(0, 20), |
|
|
|
...characters.map((s) => selectionPrefixValue + s).slice(0, 20), |
|
|
|
...(unselectedParty.size > 0 && (partyName.includes(completingName) || completingName.trim() === '*') |
|
|
|
...(unselectedParty.size > 0 && activeParty.size > 1 && (partyName.includes(completingName) || completingName.trim() === '*') |
|
|
|
? [selectionPrefixValue + partyName] |
|
|
|
? [selectionPrefixValue + partyName] |
|
|
|
: []) |
|
|
|
: []) |
|
|
|
] |
|
|
|
] |
|
|
|