From b20de353e9ee53bc5b7fb51d9ccdceb61f120a12 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Mon, 21 Oct 2019 14:49:09 +0200 Subject: [PATCH] Coded --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index dfa342c..07b3901 100644 --- a/config.js +++ b/config.js @@ -115,7 +115,7 @@ function gen_kb(bot, p_en, parr,lang){ } } if(parr.length > 0) - kb.push(bot.mkcb("Back",cbt.sel,bck)); + kb.push([bot.mkcb("Back",cbt.sel,bck)]); return kb; }