Is it possible to edit role icon with discord.js?

Is it possible to edit role icon with discord.js?
No description
6 Replies
d.js toolkit
d.js toolkit6mo ago
- 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!
d.js docs
d.js docs6mo ago
documentation suggestion for @Darkness: :method: Role#setIcon() discord.js@14.19.3 Sets a new icon for the role.
Darkness
DarknessOP6mo ago
what are the size limits @Amgelo
d.js docs
d.js docs6mo ago
:discord: Guild Resource - Modify Guild Role read more
Amgelo
Amgelo6mo ago
seems to be URI encoded so it sounds as big as the payload can be? you shouldn't need a big image either way
Steve
Steve6mo ago
better to stick to the limits, otherwise the scaling might change it to look weirdly

Did you find this page helpful?