From 50ed9e4922c6da0306635e7b6bbf5027858691c1 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Thu, 6 Apr 2023 20:32:45 -0500 Subject: [PATCH] Add additional stories --- commands/startMadlib.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/startMadlib.cjs b/commands/startMadlib.cjs index 4b73fdc..a812247 100644 --- a/commands/startMadlib.cjs +++ b/commands/startMadlib.cjs @@ -49,6 +49,7 @@ module.exports = { initGame(interaction.channel.id, client, interaction, selectedStory); //storySelectMessage.delete(); console.log(interaction); + interaction.deleteReply(); interaction.channel.send("Started game!"); });