From a3fd4585c4bc2bb7c42511357666d654be6d1d15 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sat, 15 May 2021 20:09:49 -0500 Subject: [PATCH] Make generated round message ephemeral --- bot/awesomescibo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"){