Skip to content

commands/utility/remove

/remove command — removes a self-assigned role from the invoker.

Autocomplete only shows self-assignable roles that the user currently has. Counterpart to the /add command.

const data: SlashCommandOptionsOnlyBuilder

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

autocomplete(interaction): Promise<void>

Defined in: commands/utility/remove.ts:31

AutocompleteInteraction

Promise<void>


execute(interaction): Promise<void>

Defined in: commands/utility/remove.ts:60

ChatInputCommandInteraction

Promise<void>