This commit is contained in:
Cedric Hoelzl 2019-09-05 14:08:03 +09:00
parent 52ce96383c
commit f16eb416e8

View File

@ -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)=>{