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