Skip to content

commands/utility/note

/note command — adds or clears notes on a shared character.

Requires the Officer role. Notes appear in the /browse display below the character name. Pass an empty notes value to clear.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/utility/note.ts:22


const permissions: string[]

Defined in: commands/utility/note.ts:20

autocomplete(interaction): Promise<void>

Defined in: commands/utility/note.ts:35

AutocompleteInteraction

Promise<void>


execute(interaction): Promise<void>

Defined in: commands/utility/note.ts:64

ChatInputCommandInteraction

Promise<void>