Add additional stories

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-06 20:43:27 -05:00
parent 10298f85a1
commit f86730f993

View File

@ -50,7 +50,7 @@ module.exports = {
//storySelectMessage.delete(); //storySelectMessage.delete();
console.log(interaction); console.log(interaction);
interaction.channel.send("Started game!"); interaction.channel.send("Started game!");
interaction.deleteReply(); //interaction.deleteReply();
}); });
} }