Skip to content

commands/census/ding

/ding command — increments or sets a character’s level.

If no level is provided, increments by 1. Autocomplete suggests characters owned by the invoking user. Only the character’s owner can ding their own toons.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/census/ding.ts:21

autocomplete(interaction): Promise<void>

Defined in: commands/census/ding.ts:41

AutocompleteInteraction

Promise<void>


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

Defined in: commands/census/ding.ts:64

ChatInputCommandInteraction

Promise<InteractionResponse<boolean> | undefined>