diff --git a/config.js b/config.js index fbc9a7b..3147f7d 100644 --- a/config.js +++ b/config.js @@ -15,11 +15,11 @@ function get_echo_obj(cmd,ans){ return { trigger : this.cmd, public : true, - desc : {0:`Replies "${ans}"`, - 1:`Repond "${ans}"`, - 2:`${ans} ga kotaete`, - 3:`${ans} *insert arabic*`, - }, + desc : ["Replies "+ans, + "Repond "+ans, + `${ans} ga kotaete`, + `${ans} *insert arabic*`, + ], requirements : (bot,event,message)=>{ return new Promise((resolve, reject)=>{ return resolve(200);