Skip to content

commands/utility/browse

/browse command — displays shared bot characters with interactive login.

Shows a census-style embed of all bot characters that also exist in the SharedToons table, filterable by class and level range. Users can select a character from a dropdown and click “Get login” to retrieve account credentials (via loginLogic).

Uses interactive select-menu and button collectors.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/utility/browse.ts:47

autocomplete(interaction): Promise<void>

Defined in: commands/utility/browse.ts:70

AutocompleteInteraction

Promise<void>


execute(interaction): Promise<void>

Defined in: commands/utility/browse.ts:81

ChatInputCommandInteraction

Promise<void>


statusMustBeActive(inputStatus): Promise<Status>

Defined in: commands/utility/browse.ts:41

string

Promise<Status>