This commit is contained in:
Bxio 2025-04-29 15:51:53 +01:00
parent f0aa3ad915
commit e306500b3c

View File

@ -66,7 +66,7 @@ module.exports = {
// table.addRow(['row.discord_id', 'row.discord_username', 'row.cargo']);
//});
table.addRow(['1234', '2', '3', '3']);
table.addRow(['123456789101112', '2', '3', '3']);
// Use this 'embed' when sending a message to a channel.
const embed = new EmbedBuilder().setFields(table.toField());