This commit is contained in:
parent
db8ed1d067
commit
eccf28e3cc
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user