From 4bb6c68e68a16a7183df2176f20ee13afdde2bd7 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Sun, 17 Nov 2019 21:43:10 +0100 Subject: [PATCH] Init --- config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 93119ee..8cd9165 100644 --- a/config.js +++ b/config.js @@ -191,7 +191,10 @@ module.exports = function(arr){ inline : [], new_member : (bot,event)=>{}, weburl : [], - cron : [] + cron : [], + register_bot: (bot)=>{ + this.bot = bot; + } } } \ No newline at end of file