This commit is contained in:
Bxio 2025-04-29 15:06:48 +01:00
parent e3fd258eec
commit 1d33ae07e2

View File

@ -54,8 +54,8 @@ module.exports = {
const table = new Table({
titles: ['discord_id', 'discord_username', 'cargo'],
titleIndexes: [16, 16, 16],
columnIndexes: [16, 16, 16],
titleIndexes: [0, 8, 16],
columnIndexes: [0, 6, 16],
start: '`',
end: '`',
padEnd: 3