don't use this, use AsciiTable instead
just download the index.js
file from github
const Table = require("./index.js")
let table = new Table("Commands")
table.header("command", "category", "status")
table.row("create.js", "fun", "on")
table.row("clearchannels.js", "fun", "off")
console.log(table.toString())