Skip to content

commands/census/toons

/toons command — displays all characters associated with a player.

Looks up by character name (autocomplete) or defaults to the invoker. Renders an embed grouped by status (Main, Alt, Bot) with name, class, and level columns.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/census/toons.ts:27

autocomplete(interaction): Promise<void>

Defined in: commands/census/toons.ts:34

AutocompleteInteraction

Promise<void>


execute(interaction): Promise<InteractionResponse<boolean> | undefined>

Defined in: commands/census/toons.ts:55

ChatInputCommandInteraction

Promise<InteractionResponse<boolean> | undefined>