Skip to content

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.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/bank/plat.ts:16


const permissions: "ManageGuild" = 'ManageGuild'

Defined in: commands/bank/plat.ts:14

execute(interaction): Promise<void>

Defined in: commands/bank/plat.ts:23

ChatInputCommandInteraction

Promise<void>