2
0
This commit is contained in:
Cedric Hoelzl 2019-11-18 13:39:15 +01:00
parent ea037dc2ee
commit f1039542f1

View File

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