diff --git a/config.js b/config.js index 19cc195..e1a1df0 100644 --- a/config.js +++ b/config.js @@ -78,7 +78,7 @@ module.exports = function(){ trigger : ["/frigal","/frigo","/bar"], requirements : (bot,event,message)=>{ return new Promise((resolve, reject)=>{ - return resolve({error:false}); + return resolve(200); }); }, action : (bot,event,message)=>{