From 4a7ecdbf7c880e384c8683c9031288a6fb8adb5c Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Sun, 17 Nov 2019 21:59:03 +0100 Subject: [PATCH] Init --- config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 5b47030..c8ad413 100644 --- a/config.js +++ b/config.js @@ -97,11 +97,12 @@ module.exports = function(){ media : [], callback : [], inline : [], - new_member : (bot,event)=>{ - //return event.replyWithMarkdown("Welcome !"); - }, + new_member : (bot,event)=>{}, weburl : [], cron : [], + register_bot: (bot)=>{ + this.bot = bot; + } } } \ No newline at end of file