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.
Variables
Section titled “Variables”
constdata:SlashCommandOptionsOnlyBuilder
Defined in: commands/census/bot.ts:23
Functions
Section titled “Functions”execute()
Section titled “execute()”execute(
interaction):Promise<Message<boolean> |InteractionResponse<boolean> |undefined>
Defined in: commands/census/bot.ts:25
Parameters
Section titled “Parameters”interaction
Section titled “interaction”ChatInputCommandInteraction
Returns
Section titled “Returns”Promise<Message<boolean> | InteractionResponse<boolean> | undefined>