From 47fe1f3cfbbd99580f62c337ffc2df5ae3ef8add Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Sun, 17 Nov 2019 22:03:34 +0100 Subject: [PATCH] Init --- config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 47bd537..276bb85 100644 --- a/config.js +++ b/config.js @@ -82,7 +82,10 @@ module.exports = function(url, cmds){ }, }], - cron : [] + cron : [], + register_bot: (bot)=>{ + this.bot = bot; + } };