#embed field not showing

6 messages · Page 1 of 1 (latest)

brisk osprey
#

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

slate pecanBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • 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!
brisk osprey
#

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
native marsh
#

Because your forEach is async

brisk osprey
#

is this a issue from discord? because on desktops the ping is not visible in the embed but on mobile clients it is working