2
0
This commit is contained in:
Cedric Hoelzl 2019-11-18 13:37:37 +01:00
parent 6553f3ada1
commit 117ef5cc75

View File

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