This commit is contained in:
Bxio 2025-04-29 15:12:05 +01:00
parent 8806c83deb
commit 442c2775f6

View File

@ -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());