what is "with reason"
So there are bots like bloxlink which update roles a lot for users but like, what is the with reason field? I haven't seen it before and it seems like a new thing.
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 OPthe with reason field displays the reason provided when updating roles
it's not that new it has been a thing for at least 8 years
documentation suggestion for @Shrewd 💫:
:method: GuildMemberRoleManager#add()
@14.15.3
Adds a role (or multiple roles) to the member.the last parameter is the reason
the same goes for the
remove()
and set()
methodsYeah I have seen it only like 2-3 months ago and I could swear, I didnt see it before
its not a new thing
Yeah I see, well
I didn't see it before
but thanks once again, i'll check it out soon