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

This commit is contained in:
2023-04-06 20:32:52 -05:00

View File

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