This commit is contained in:
parent
df4bfc0454
commit
cbedf1be74
@ -55,12 +55,12 @@ module.exports = {
|
|||||||
rows.forEach(row => {
|
rows.forEach(row => {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.addFields(
|
.addFields(
|
||||||
{
|
{
|
||||||
name: "",
|
name: "",
|
||||||
value: `<@${row.discord_id}> asdsadadasddasasda`,
|
value: `<@asd> asdsadadasddasasda`,
|
||||||
inline: true
|
inline: true
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user