bump version

This commit is contained in:
Flummi
2016-11-25 10:39:22 +01:00
parent c34324822a
commit 764c19955d
3 changed files with 5 additions and 4 deletions

View File

@ -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/');