This commit is contained in:
parent
1e9f37bb98
commit
1694ac5c55
@ -66,7 +66,7 @@ module.exports = {
|
|||||||
// table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']);
|
// table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']);
|
||||||
//});
|
//});
|
||||||
|
|
||||||
table.addRow(['1234567', '2', '3']);
|
table.addRow(['1234', '2', '3']);
|
||||||
|
|
||||||
// Use this 'embed' when sending a message to a channel.
|
// Use this 'embed' when sending a message to a channel.
|
||||||
const embed = new EmbedBuilder().setFields(table.toField());
|
const embed = new EmbedBuilder().setFields(table.toField());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user