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

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-06 20:41:51 +07:00
commit 4fff44d06d
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();
});
}