didint actually worked
This commit is contained in:
parent
c841aa48b0
commit
da3b690e6f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue