Add additional stories

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-06 20:41:46 -05:00
parent 50ed9e4922
commit 10298f85a1

View File

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