From 10298f85a12e329544670756e98831f71f046460 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Thu, 6 Apr 2023 20:41:46 -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 a812247..1ec29d9 100644 --- a/commands/startMadlib.cjs +++ b/commands/startMadlib.cjs @@ -49,8 +49,8 @@ module.exports = { initGame(interaction.channel.id, client, interaction, selectedStory); //storySelectMessage.delete(); console.log(interaction); - interaction.deleteReply(); interaction.channel.send("Started game!"); + interaction.deleteReply(); }); }