commands/bank/plat
/plat command — displays or adjusts the guild platinum balance.
Without arguments, shows the current total. With an amount argument
(requires ManageGuild), sets the balance to that value by inserting
a corrective Plat transaction.
Variables
Section titled “Variables”
constdata:SlashCommandOptionsOnlyBuilder
Defined in: commands/bank/plat.ts:16
permissions
Section titled “permissions”
constpermissions:"ManageGuild"='ManageGuild'
Defined in: commands/bank/plat.ts:14
Functions
Section titled “Functions”execute()
Section titled “execute()”execute(
interaction):Promise<void>
Defined in: commands/bank/plat.ts:23
Parameters
Section titled “Parameters”interaction
Section titled “interaction”ChatInputCommandInteraction
Returns
Section titled “Returns”Promise<void>