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