This commit is contained in:
Cedric Hoelzl 2019-11-18 13:38:53 +01:00
parent 96d931c83d
commit cae83f1cd4

View File

@ -76,14 +76,14 @@ module.exports = function(name){
},
params : [ null, true],
timezone : 'Europe/Zurich',
action : ()=>{
action : (bot)=> {
this.bot = bot;
return ()=>{
//return this.bot.telegram.sendMessage(groupid,"Mieux que 0 !",{});
}
}
],
register_bot: (bot)=>{
this.bot = bot;
}
]
}
}