From f86730f9932be5186a52332d4cbb315d65970cda Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Thu, 6 Apr 2023 20:43:27 -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 1ec29d9..dd9eb71 100644 --- a/commands/startMadlib.cjs +++ b/commands/startMadlib.cjs @@ -50,7 +50,7 @@ module.exports = { //storySelectMessage.delete(); console.log(interaction); interaction.channel.send("Started game!"); - interaction.deleteReply(); + //interaction.deleteReply(); }); }