🚸 set /shop cpgg amount required

This commit is contained in:
Axel Olausson Holtenäs 2022-06-10 23:07:42 +02:00
parent a674f0328c
commit d98dccf397
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA

View file

@ -29,6 +29,7 @@ export default {
option
.setName("amount")
.setDescription("How much credits you want to withdraw.")
.setRequired(true)
);
},
execute: async (interaction: CommandInteraction) => {