diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 495c2c3..2f487d1 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -365,15 +365,13 @@ async function generateRound(message) { ? console.log("Error creating saving generated round content") : console.log("Sucessfully created new entry for the generated round") ); - } + }); if (generatingMsg) { generatingMsg.delete({ timeout: 100 }).catch(console.error); } - execSync( message.channel.send( new Discord.MessageEmbed() - .setTitle("Here's your round!") - .attachFiles("round.pdf") + .setTitle("Done?"); ); }