diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 4d5a0fd..36d2712 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -408,7 +408,7 @@ async function rounds(action, interaction) { interaction.channel.messages.fetch(generatingMessage.id) .then(generatingMessage => { const msg = generatingMessage.first(); - msg.edit(`${message.author}, here's your round: https://api.adawesome.tech/round/${round._id.toString()}`); + msg.edit(`Here's your round: https://api.adawesome.tech/round/${round._id.toString()}`); }); }); });