#What's the difference between a Collection and a Map?
4 messages · Page 1 of 1 (latest)
• 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.
I assume you mean Discord Js' Collection - it extends map and gives extra features (some from arrays). Hard to describe in short but you can take a look here: https://discord.js.org/docs/packages/collection/main/Collection:Class
i see. that seems pretty useful