bump version
This commit is contained in:
@ -138,7 +138,7 @@ self.generateThumbs = () => {
|
||||
};
|
||||
self.log = (msg) => {
|
||||
if(self.debug)
|
||||
self.bot.send(self.cfg.main.debugchannel, msg, 'n0xy');
|
||||
self.bot.send(self.cfg.main.debugchannel, msg, self.cfg.main.debugnetwork);
|
||||
};
|
||||
self.loadTrigger = () => {
|
||||
var files = fs.readdirSync(__dirname+'/trigger/');
|
||||
|
Reference in New Issue
Block a user