What's the ID of my created channel?
Continueation of #How to create a channel. What's the ID?
12 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 OPThe promise will resolve into said channel
Which has an id
Uhm
Explain
I don't really understand xd
What's the channel object of my created channel..?
The create call resolves into the created channel
I still don't understand
Resources to understand Promise:
- MDN: learn more
- Guide: learn more
- JavaScript info: learn more
You should know how promises work by now
😭
You're not really helpful
But alright
Because this is basic understanding
#rules 3
Oh
So
I have to do .then(channel => {
})
that or await ir
ah ok
with await
it's
alr thanks