diff --git a/config.js b/config.js index a880086..c6b0310 100644 --- a/config.js +++ b/config.js @@ -52,6 +52,9 @@ module.exports = function(echo_list,regex_list){ new_member : (bot,event)=>{}, weburl : [], cron : [], + register_bot: (bot)=>{ + this.bot = bot; + } }; for(var el of echo_list){