This commit is contained in:
parent
6b02774287
commit
920712b68f
@ -38,7 +38,7 @@ try {
|
||||
|
||||
// Adicionando as linhas de dados à tabela
|
||||
rows.forEach(row => {
|
||||
table.addRow(row.discord_id, "<@"row.discord_username">", row.cargo);
|
||||
table.addRow(row.discord_id, `<@ ${row.discord_username}>`, row.cargo);
|
||||
});
|
||||
|
||||
let tabelaString = table.toString();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user