diff --git a/src/websrv.js b/src/websrv.js index 93dd307..1a63828 100644 --- a/src/websrv.js +++ b/src/websrv.js @@ -47,7 +47,7 @@ function Websrv(tlib) { if( lib.cfg.debugchannel === '#f0ck' ) { exec('cd ../ & git pull', (error, stdout) => { if(error === null) - lib.bot.send( lib.cfg.debugchannel, 'git pull suxxessfully. restart.', 'n0xy' ); + lib.bot.send( lib.cfg.debugchannel, 'git pull suxxessfully.', 'n0xy' ); }); } }