diff --git a/config.js b/config.js index 47bd537..276bb85 100644 --- a/config.js +++ b/config.js @@ -82,7 +82,10 @@ module.exports = function(url, cmds){ }, }], - cron : [] + cron : [], + register_bot: (bot)=>{ + this.bot = bot; + } };