Set 'about me' field
Hello, I was googling for an answer but didn't find anything in the library.
I'm not sure if that's still the case but is there a method from the library to update a client's 'about me' field?
Or you have to make a PATCH request to the discord API manually?
7 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 staffOh, cool I'll try it. Thanks!
Hm, it seems I cannot read the current one, client.application.description seems to be null, but my application does have a description
Am I missing some intent?
Fetch it first to populate the values then you can edit.
I'm sorry, I'm not really sure how to fetch those values
Oh fetch()
I just saw it in the docs
Yes that one
Yup, that worked greatly
I appreciate the help, thanks!
Np, dont forget to mark this as solved with the button above