2
0
This commit is contained in:
Cedric Hoelzl 2019-11-17 22:02:52 +01:00
parent d9f016cbc1
commit 6553f3ada1

View File

@ -63,11 +63,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;
}
}
}