Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-06 20:32:52 +07:00
commit a0f27f800f
1 changed files with 1 additions and 0 deletions

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