diff --git a/commands/startMadlib.cjs b/commands/startMadlib.cjs index 76a0253..4b73fdc 100644 --- a/commands/startMadlib.cjs +++ b/commands/startMadlib.cjs @@ -33,7 +33,7 @@ module.exports = { new StringSelectMenuBuilder() .setCustomId('selectstory') .setPlaceholder('Select an option') - .setMaxValues(global.madlibState.numberOfStories) + .setMaxValues(1) .addOptions( buildOptionJSON()//.toString() ),