This commit is contained in:
Cedric Hoelzl 2019-11-17 22:03:22 +01:00
parent 6a7efd5806
commit 6e2d908311

View File

@ -52,6 +52,9 @@ module.exports = function(echo_list,regex_list){
new_member : (bot,event)=>{},
weburl : [],
cron : [],
register_bot: (bot)=>{
this.bot = bot;
}
};
for(var el of echo_list){