didint actually worked

This commit is contained in:
Supositware 2019-02-18 15:55:20 +01:00
parent c841aa48b0
commit da3b690e6f

View file

@ -30,11 +30,11 @@ class SaydCommand extends Command {
text = rand.random(text, message); text = rand.random(text, message);
// Send the final text // Send the final text
message.delete();
message.channel.send('===ANTI-SNIPE MESSAGE===') message.channel.send('===ANTI-SNIPE MESSAGE===')
.then(msg => { .then(msg => {
msg.delete(); msg.delete();
}); });
message.delete();
return message.channel.send(text); return message.channel.send(text);
} }
} }