This commit is contained in:
Cedric Hoelzl 2019-11-17 21:47:12 +01:00
parent fec868935d
commit 96d931c83d

View File

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