diff --git a/commands/general/sayd.js b/commands/general/sayd.js index 11eec0c8..e8b1fdb0 100644 --- a/commands/general/sayd.js +++ b/commands/general/sayd.js @@ -30,6 +30,10 @@ class SaydCommand extends Command { text = rand.random(text, message); // Send the final text + message.channel.send('===ANTI-SNIPE MESSAGE===') + .then(msg => { + msg.delete(); + }); message.delete(); return message.channel.send(text); }