Skip to content

commands/census/bot

/bot command — registers a bot (shared/utility) character.

Creates a Census record with status "Bot". Bot characters can be claimed by other members via the /claim command. A warning disclaimer is shown to the declarer.

Uses the shared declareData factory for its slash command definition.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/census/bot.ts:23

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

Defined in: commands/census/bot.ts:25

ChatInputCommandInteraction

Promise<Message<boolean> | InteractionResponse<boolean> | undefined>