From 4b52753cf1c725f4712da3fd387c1cb3a12a3a92 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Wed, 25 Sep 2019 10:47:54 +0200 Subject: [PATCH] fix --- config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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);