Skip to content

commands/census/promote

/promote command — elevates a user from “Probationary Member” to full “Member”.

Requires ManageGuild permission. Autocomplete shows only users who currently have the “Probationary Member” role. On promotion, removes the probationary role, adds the “Member” role, and posts a congratulations message to the general channel (851549677815070751).

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/census/promote.ts:22


const permissions: string[]

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

autocomplete(interaction): Promise<void>

Defined in: commands/census/promote.ts:33

AutocompleteInteraction

Promise<void>


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

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

ChatInputCommandInteraction

Promise<InteractionResponse<boolean> | undefined>