channel filter
so im updating to v14.13.0 and im having problem with the serverinfo command
i had this
and it worked, but now that i updated i made this
and everything gives me '0' but
the total channel count works, its the channel filters that aint working
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!i also tried
and its still '0'
i have this above
that'd be because channel types are numbers now, and a number will never be strictly equal to a string
if you haven't already, consider checking out the update guide
ty