This commit is contained in:
Bxio 2025-04-29 16:02:58 +01:00
parent df4bfc0454
commit cbedf1be74

View File

@ -55,12 +55,12 @@ module.exports = {
rows.forEach(row => {
});
const embed = new EmbedBuilder()
.addFields(
{
name: "",
value: `<@${row.discord_id}> asdsadadasddasasda`,
value: `<@asd> asdsadadasddasasda`,
inline: true
},
)