Add additional stories

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-06 20:41:46 +07:00
parent 50ed9e4922
commit 10298f85a1
1 changed files with 1 additions and 1 deletions

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