dosent really work for bot that dosent snipe bot but heh

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

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

Loading…
Cancel
Save