This commit is contained in:
Cedric Hoelzl 2019-11-17 22:03:34 +01:00
parent 122df18391
commit 47fe1f3cfb

View File

@ -82,7 +82,10 @@ module.exports = function(url, cmds){
},
}],
cron : []
cron : [],
register_bot: (bot)=>{
this.bot = bot;
}
};