pullstatus removed

This commit is contained in:
Flummi 2016-10-21 02:44:01 +02:00
parent 6d9bdd580d
commit b11d0c3dbe

View File

@ -8,8 +8,10 @@ module.exports = (lib) => {
active: 1,
func: (e) => {
exec('cd ../../ & git pull', (error, stdout) => {
if(error === null)
e.reply(stdout);
if(error === null) {
e.reply('git pull suxxessfully.');
//e.reply(stdout);
}
});
},
desc: 'gitpuller'