Browse Source

Remove mention from generated message

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
3bfdc6a3ff
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -408,7 +408,7 @@ async function rounds(action, interaction) {
interaction.channel.messages.fetch(generatingMessage.id) interaction.channel.messages.fetch(generatingMessage.id)
.then(generatingMessage => { .then(generatingMessage => {
const msg = generatingMessage.first(); 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()}`);
}); });
}); });
}); });

Loading…
Cancel
Save