forked from Supositware/Haha-Yes
dosent really work for bot that dosent snipe bot but heh
This commit is contained in:
parent
da3b690e6f
commit
2470722731
1 changed files with 3 additions and 4 deletions
|
@ -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…
Reference in a new issue