This commit is contained in:
Cedric Hoelzl 2019-11-17 21:59:03 +01:00
parent 9da6a432de
commit 4a7ecdbf7c

View File

@ -97,11 +97,12 @@ module.exports = function(){
media : [],
callback : [],
inline : [],
new_member : (bot,event)=>{
//return event.replyWithMarkdown("Welcome !");
},
new_member : (bot,event)=>{},
weburl : [],
cron : [],
register_bot: (bot)=>{
this.bot = bot;
}
}
}