Init
This commit is contained in:
@@ -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;
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user