🚸 set /shop cpgg amount required
This commit is contained in:
parent
a674f0328c
commit
d98dccf397
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ export default {
|
|||
option
|
||||
.setName("amount")
|
||||
.setDescription("How much credits you want to withdraw.")
|
||||
.setRequired(true)
|
||||
);
|
||||
},
|
||||
execute: async (interaction: CommandInteraction) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue