2
0
This commit is contained in:
Cedric Hoelzl 2019-11-17 21:43:10 +01:00
parent 39dcbd6674
commit 4bb6c68e68

View File

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