This commit is contained in:
Cedric Hoelzl 2019-09-25 09:00:58 +02:00
parent bdce569895
commit 241f071ec1

View File

@ -14,6 +14,12 @@ function get_echo_obj(cmd,ans){
this.cmd = cmd;
return {
trigger : this.cmd,
public : true,
desc : {0:`Replies "${ans}"`,
1:`Repond "${ans}"`,
2:`${ans} ga kotaete`,
3:`${ans} *insert arabic*`,
},
requirements : (bot,event,message)=>{
return new Promise((resolve, reject)=>{
return resolve(200);