table test

This commit is contained in:
smsteel 2019-02-11 09:13:46 +03:00
parent 2d9b57414a
commit 1f2b13c161

21
bot.js
View File

@ -25,26 +25,7 @@ bot.command(
`👤 *${displayName}*`, `👤 *${displayName}*`,
level, level,
`${online ? '✅ *онлайн*' : '❔ оффлайн'}` `${online ? '✅ *онлайн*' : '❔ оффлайн'}`
])), ]))
{
border: {
topBody: ``,
topJoin: ``,
topLeft: ``,
topRight: ``,
bottomBody: ``,
bottomJoin: ``,
bottomLeft: ``,
bottomRight: ``,
bodyLeft: ``,
bodyRight: ``,
bodyJoin: `|`,
joinBody: `-`,
joinLeft: ``,
joinRight: ``,
joinJoin: `|`
}
}
) )
)) ))
) )