From bcb5a955adc733fbfa2097e5cb26d9529727b88a Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Mon, 21 Oct 2019 14:39:45 +0200 Subject: [PATCH] Coded --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 94def32..e3d0df3 100644 --- a/config.js +++ b/config.js @@ -112,6 +112,10 @@ function gen_kb(bot, parr,lang){ return kb; } +let bot ={ + mkcb(x,y,z)=>{return y+"_"+z}; +} +console.log(gen_kb(bot,["atrium","basic"],0)) module.exports = function(arr){ this.arr = arr;