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(); }); }