fix
This commit is contained in:
parent
3733c1e5a2
commit
9da6a432de
@ -77,6 +77,11 @@ module.exports = function(){
|
|||||||
text : [
|
text : [
|
||||||
{
|
{
|
||||||
trigger : ["/frigal","/frigo","/bar"],
|
trigger : ["/frigal","/frigo","/bar"],
|
||||||
|
public : true,
|
||||||
|
desc : {
|
||||||
|
0: "Reports issues with the bar management",
|
||||||
|
1: "Reporte des problèmes avec la gestion du bar",
|
||||||
|
},
|
||||||
requirements : (bot,event,message)=>{
|
requirements : (bot,event,message)=>{
|
||||||
return new Promise((resolve, reject)=>{
|
return new Promise((resolve, reject)=>{
|
||||||
return resolve(200);
|
return resolve(200);
|
||||||
@ -97,9 +102,6 @@ module.exports = function(){
|
|||||||
},
|
},
|
||||||
weburl : [],
|
weburl : [],
|
||||||
cron : [],
|
cron : [],
|
||||||
cron_register : function(cron_f,bot,c){
|
|
||||||
new cron_f(c.cstr, new c.action(bot), c.params[0], c.params[1], c.timezone);
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user