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: `|` - } - } + ])) ) )) )