embed field not showing

So far I have tried to add a lot of console log to check if the embed isn't getting any value or something but all the logs seem to be coming alright, yet the embed field which is supposed to show list is users with their information isn't showing
No description
6 Replies
d.js toolkit
d.js toolkit8mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
Void
Void8mo ago
Here are the console logs
Message Create Event Triggered
Fetched command name from database mg
Command mg
Args [ 'list' ]
End of the command
Payment in Calucate Due Date Function 10000000
Server Id in Caculate Due Date Function 972128301999079446
Embed: EmbedBuilder {
data: { title: 'Intermediate Tier Grinders', color: 39423 }
}
DueDays 1
Due Date Time Stamp in Format Due Date Function 1697864695599
Formatted Amount in grmid list 10,000,000
Format Due Date in grmid list <t:1697864695:R>
Due Date Time Stamp in grmid list 1697864695599
User Data in grmid list { dueDate: 1697817801268, payment: 10000000 }
Child Snapshot Key 756795184263462922
Message Create Event Triggered
Fetched command name from database mg
Command mg
Args [ 'list' ]
End of the command
Payment in Calucate Due Date Function 10000000
Server Id in Caculate Due Date Function 972128301999079446
Embed: EmbedBuilder {
data: { title: 'Intermediate Tier Grinders', color: 39423 }
}
DueDays 1
Due Date Time Stamp in Format Due Date Function 1697864695599
Formatted Amount in grmid list 10,000,000
Format Due Date in grmid list <t:1697864695:R>
Due Date Time Stamp in grmid list 1697864695599
User Data in grmid list { dueDate: 1697817801268, payment: 10000000 }
Child Snapshot Key 756795184263462922
treble/luna
treble/luna8mo ago
Because your forEach is async
Void
Void8mo ago
thanks a lot, btw do you anything about this too?
No description
Void
Void8mo ago
is this a issue from discord? because on desktops the ping is not visible in the embed but on mobile clients it is working
d.js docs
d.js docs8mo ago
Some parts of an embed will not properly resolve mentions (leave them in the @d.js docs format): - Author name - Footer text - Embed title - Embed field name