Add additional stories

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-06 20:29:23 -05:00
parent a7ada53dde
commit 3ce3f791cc

View File

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