From 6e2d908311e2cd74aaed59250f5fabd5d9b2cd05 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Sun, 17 Nov 2019 22:03:22 +0100 Subject: [PATCH] Init --- config.js | 3 +++ 1 file changed, 3 insertions(+) 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){