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

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-06 20:43:30 -05:00
commit f2bcfd6cb2

View File

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