Lord_TCG#9068
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Lord_TCG#9068 on 2/21/2024 in #djs-questions
Issues with DJS dependencies?
I was just running an npm audit as I sporadically do, and came across this
If I'm reading that correctly that is issues with the deps of djs? Just wanted to point this out.
audit fix
and audit fix --force
don't fix the issue.
I'm if I'm not reading that correctly then apologies 🙏5 replies
DIAdiscord.js - Imagine an app
•Created by Lord_TCG#9068 on 2/15/2024 in #djs-questions
Can you parse and return components?
I had a button action row working just fine
But I wanted to centralise some code so I tried to make a function to create the button action rows and return them for later use
I can log the return of the action row fine:
But I get this error when trying to send them
9 replies