Skip to content

commands/census/claim

/claim command — transfers ownership of a bot character to the invoker.

Only characters with status "Bot" are claimable. Autocomplete searches by both character name and class, sorted by level descending.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/census/claim.ts:20

autocomplete(interaction): Promise<void>

Defined in: commands/census/claim.ts:32

AutocompleteInteraction

Promise<void>


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

Defined in: commands/census/claim.ts:66

ChatInputCommandInteraction

Promise<InteractionResponse<boolean> | undefined>