This commit is contained in:
Flummi 2016-11-22 17:02:26 +01:00
parent de01871498
commit 36fcb30630

View File

@ -26,7 +26,7 @@ module.exports = (lib) => {
}); });
} }
} }
e.reply(ok+" from "+(ok+fail)+" f0cks deleted"); e.reply(ok.length+" from "+(ok.length+fail.length)+" f0cks deleted");
}, },
desc: 'delete f0ck' desc: 'delete f0ck'
}); });