diff --git a/config.js b/config.js index 988c6db..fbc9a7b 100644 --- a/config.js +++ b/config.js @@ -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);