This commit is contained in:
Bxio 2025-04-29 15:07:58 +01:00
parent db8ed1d067
commit eccf28e3cc

View File

@ -65,9 +65,7 @@ module.exports = {
rows.forEach(row => {
table.addRow([row.discord_id, row.discord_username, row.cargo]);
});
table.addRow(['1', '$120', '2'], { override: 4 });
table.addRow(['72', '$10', '25'], { override: 3 });
table.addRow(['614', '$1220', '12']);
// Use this 'embed' when sending a message to a channel.
const embed = new EmbedBuilder().setFields(table.toField());