1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 08:20:58 -05:00

Why is this isn't here?

This commit is contained in:
AnxietyisReal 2023-01-26 21:13:40 +11:00
parent a91287b108
commit d4db72632d

View File

@ -36,6 +36,7 @@ export default {
.addStringOption((opt)=>opt .addStringOption((opt)=>opt
.setName('question') .setName('question')
.setDescription('What question do you want answered?') .setDescription('What question do you want answered?')
.setRequired(true)
.addChoices( .addChoices(
{ name: 'Survival Roleplay', value: 'srp' }, { name: 'Survival Roleplay', value: 'srp' },
{ name: 'Daggerwin Logistics hex code', value: 'dlskin' }, { name: 'Daggerwin Logistics hex code', value: 'dlskin' },