From 1f2b13c161c880ea891760ed32b8fa6fa3981973 Mon Sep 17 00:00:00 2001 From: smsteel Date: Mon, 11 Feb 2019 09:13:46 +0300 Subject: [PATCH] table test --- bot.js | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/bot.js b/bot.js index 031dace..e44fa7a 100644 --- a/bot.js +++ b/bot.js @@ -25,26 +25,7 @@ bot.command( `👤 *${displayName}*`, level, `${online ? '✅ *онлайн*' : '❔ оффлайн'}` - ])), - { - border: { - topBody: ``, - topJoin: ``, - topLeft: ``, - topRight: ``, - bottomBody: ``, - bottomJoin: ``, - bottomLeft: ``, - bottomRight: ``, - bodyLeft: ``, - bodyRight: ``, - bodyJoin: `|`, - joinBody: `-`, - joinLeft: ``, - joinRight: ``, - joinJoin: `|` - } - } + ])) ) )) )