ups
This commit is contained in:
parent
062a351d18
commit
503d9708b2
|
@ -40,6 +40,6 @@ function Websrv(tlib) {
|
||||||
server.start((err) => {
|
server.start((err) => {
|
||||||
if(err)
|
if(err)
|
||||||
throw err;
|
throw err;
|
||||||
lib.bot.send(lib.cfg.debugchannel, 'Server running at:', server.info.uri, 'n0xy');
|
console.log('Server running at:', server.info.uri);
|
||||||
});
|
});
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user