Help with file/send
Hi, I require some help as this code doesn't work.
6 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.
There's no errors
The transcript message just doesnt send
Tag suggestion for @itsnp:
If you aren't getting any errors, try to place
console.log
checkpoints throughout your code to find out where execution stops.
• Once you do, log relevant values and if-conditions
• More sophisticated debugging methods are breakpoints and runtime inspections: learn moreI have tried, no errors are logged.
Then add logs to see which parts of the code are being reached and which ones aren't
This is in a CloseTicketButton.ts file
hm