This commit is contained in:
2019-11-17 22:03:34 +01:00
parent 122df18391
commit 47fe1f3cfb
+4 -1
View File
@@ -82,7 +82,10 @@ module.exports = function(url, cmds){
},
}],
cron : []
cron : [],
register_bot: (bot)=>{
this.bot = bot;
}
};