Is it possible to fix `Unused default export`
I like to keep the files free of unnecessary warnings. Is there any way to remove it?

3 Replies
- 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!
- ✅ Marked as resolved by OPnot for that case, it's not possible for the ide to know you're importing that dynamically
it'd need to be able to run your code
you can ignore that, maybe there's also a way to add an ignore comment
and that's out of scope for djs either way
Oh, okay
:Panda_Cryn: