Init
This commit is contained in:
parent
fec868935d
commit
96d931c83d
@ -76,14 +76,14 @@ module.exports = function(name){
|
|||||||
},
|
},
|
||||||
params : [ null, true],
|
params : [ null, true],
|
||||||
timezone : 'Europe/Zurich',
|
timezone : 'Europe/Zurich',
|
||||||
action : function(bot){
|
action : ()=>{
|
||||||
this.bot = bot;
|
|
||||||
return ()=>{
|
|
||||||
//return this.bot.telegram.sendMessage(groupid,"Mieux que 0 !",{});
|
//return this.bot.telegram.sendMessage(groupid,"Mieux que 0 !",{});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
register_bot: (bot)=>{
|
||||||
|
this.bot = bot;
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user