diff --git a/config.js b/config.js index deeb466..e61683d 100644 --- a/config.js +++ b/config.js @@ -16,7 +16,7 @@ function get_echo_obj(cmd,ans){ trigger : this.cmd, requirements : (bot,event,message)=>{ return new Promise((resolve, reject)=>{ - return resolve({error:false}); + return resolve(200); }); }, action : (bot,event,message)=>{