Add additional stories

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-06 20:29:23 +07:00
parent a7ada53dde
commit 3ce3f791cc
1 changed files with 1 additions and 1 deletions

@ -33,7 +33,7 @@ module.exports = {
new StringSelectMenuBuilder() new StringSelectMenuBuilder()
.setCustomId('selectstory') .setCustomId('selectstory')
.setPlaceholder('Select an option') .setPlaceholder('Select an option')
.setMaxValues(global.madlibState.numberOfStories) .setMaxValues(1)
.addOptions( .addOptions(
buildOptionJSON()//.toString() buildOptionJSON()//.toString()
), ),