didint actually worked

merge-requests/3/head
Supositware 5 years ago
parent c841aa48b0
commit da3b690e6f

@ -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);
} }
} }

Loading…
Cancel
Save