This commit is contained in:
parent
8806c83deb
commit
442c2775f6
@ -62,10 +62,11 @@ module.exports = {
|
||||
});
|
||||
|
||||
|
||||
rows.forEach(row => {
|
||||
table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']);
|
||||
});
|
||||
// rows.forEach(row => {
|
||||
// table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']);
|
||||
//});
|
||||
|
||||
table.addRow(['1', '2', '3']);
|
||||
|
||||
// Use this 'embed' when sending a message to a channel.
|
||||
const embed = new EmbedBuilder().setFields(table.toField());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user