diff --git a/config.js b/config.js index 62c3b15..4a26219 100644 --- a/config.js +++ b/config.js @@ -104,6 +104,9 @@ module.exports = function(){ new_member : (bot,event)=>{}, weburl : [], cron : [], + register_bot: (bot)=>{ + this.bot = bot; + } } } \ No newline at end of file