permission fetch error
if i have role1 it work well if i have role2&role3 it doesn't work.
5 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 OP:method: Collection#hasAny()
@2.1.1
Checks if any of the elements exist in the collection.
:method: Collection#hasAny() @2.1.1
Checks if any of the elements exist in the collection.use the hasAny method, as we both linked above ( :mmLol: )
has()
is for a single key onlyi'll try it
thx for that it work well now ❤️