Init
This commit is contained in:
parent
96d931c83d
commit
cae83f1cd4
10
config.js
10
config.js
@ -76,14 +76,14 @@ module.exports = function(name){
|
|||||||
},
|
},
|
||||||
params : [ null, true],
|
params : [ null, true],
|
||||||
timezone : 'Europe/Zurich',
|
timezone : 'Europe/Zurich',
|
||||||
action : ()=>{
|
action : (bot)=> {
|
||||||
|
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