2
0
This commit is contained in:
Cedric Hoelzl 2019-11-17 21:44:56 +01:00
parent 64833061e5
commit ea037dc2ee

View File

@ -104,6 +104,9 @@ module.exports = function(){
new_member : (bot,event)=>{}, new_member : (bot,event)=>{},
weburl : [], weburl : [],
cron : [], cron : [],
register_bot: (bot)=>{
this.bot = bot;
}
} }
} }