Skip to content

commands/census/drop

/drop command — soft-deletes a character by setting its status to "Dropped".

The record remains in the Census table but is excluded from the ActiveToons view. Autocomplete only shows the invoker’s own characters.

const data: SlashCommandOptionsOnlyBuilder

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

autocomplete(interaction): Promise<void>

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

AutocompleteInteraction

Promise<void>


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

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

ChatInputCommandInteraction

Promise<InteractionResponse<boolean> | undefined>