Can anyone help me troubleshoot my code? I'm trying to have a message displayed in the console when the bot is activated, showing the number of servers it is currently in.
const serversFolders = readdirSync(dirServers)
const serversCount = parseInt(serversFolders)
table.addRow(serversCount)
console.log(table.toString())