Category Position Bug
Although i set "position: 0", it don't creates the channel at the top left, but why?
6 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 OPWhen i type console.log(kategori.position), it outputs 1 but console.log(kategori.rawPosition), it outputs 0
position !== rawPosition
Raw position is only a small part of what’s considered when channels are actually placed
Try calling
channel.setPosition(…)
separately
That should set/fix the position of all channelsIt happened yesterday when i did it with
channel.setPosition()
and i forgot to report it here무이식구들 잘지내고 있나요