diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 40e2bc4..07d53c3 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -404,7 +404,7 @@ async function rounds(action, interaction) { console.log(err); return; } - interaction.reply(`Here's your round: https://api.adawesome.tech/round/${round._id.toString()}`); + interaction.reply(`Here's your round: https://api.adawesome.tech/round/${round._id.toString()}`, { ephemeral: true }); }); }); } else if (action === "list"){