Skip to content

commands/utility/account

/account command — officer tool to view or update shared account credentials.

Requires the Officer role. Can retrieve account details, update the password, or change the required role for accessing the account. Creates new accounts if they don’t exist when updating.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/utility/account.ts:24


const permissions: string[]

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

autocomplete(interaction): Promise<void>

Defined in: commands/utility/account.ts:37

AutocompleteInteraction

Promise<void>


execute(interaction): Promise<void>

Defined in: commands/utility/account.ts:66

ChatInputCommandInteraction

Promise<void>