This commit is contained in:
Cedric Hoelzl 2019-11-18 13:38:18 +01:00
parent 4a7ecdbf7c
commit 2b32bd0b81

View File

@ -99,10 +99,7 @@ module.exports = function(){
inline : [], inline : [],
new_member : (bot,event)=>{}, new_member : (bot,event)=>{},
weburl : [], weburl : [],
cron : [], cron : []
register_bot: (bot)=>{
this.bot = bot;
}
} }
} }