From 3ce3f791cc5e38cbdf9e2240d874ab062f3e60de Mon Sep 17 00:00:00 2001
From: Caleb Fontenot <foley2431@gmail.com>
Date: Thu, 6 Apr 2023 20:29:23 -0500
Subject: [PATCH] Add additional stories

---
 commands/startMadlib.cjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
 							),