delete previous message

merge-requests/4/head
loicbersier 5 years ago
parent 34c3e0b1e1
commit 0039ff999d

@ -55,7 +55,7 @@ class fakeleaveCommand extends Command {
byeMessage = rand.random(byeMessage); byeMessage = rand.random(byeMessage);
message.delete();
if (attach) { if (attach) {
return channel.send(byeMessage, {files: [attach]}); return channel.send(byeMessage, {files: [attach]});
} else { } else {

Loading…
Cancel
Save