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.
Variables
Section titled “Variables”
constdata:SlashCommandOptionsOnlyBuilder
Defined in: commands/utility/account.ts:24
permissions
Section titled “permissions”
constpermissions:string[]
Defined in: commands/utility/account.ts:22
Functions
Section titled “Functions”autocomplete()
Section titled “autocomplete()”autocomplete(
interaction):Promise<void>
Defined in: commands/utility/account.ts:37
Parameters
Section titled “Parameters”interaction
Section titled “interaction”AutocompleteInteraction
Returns
Section titled “Returns”Promise<void>
execute()
Section titled “execute()”execute(
interaction):Promise<void>
Defined in: commands/utility/account.ts:66
Parameters
Section titled “Parameters”interaction
Section titled “interaction”ChatInputCommandInteraction
Returns
Section titled “Returns”Promise<void>