From 241f071ec11bb7cdfbce969f9152049d3f0af958 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Wed, 25 Sep 2019 09:00:58 +0200 Subject: [PATCH] fix --- config.js | 6 ++++++ 1 file changed, 6 insertions(+) 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);