Closed gitnickolson closed 1 month ago
I want to be able to fetch the Icon of a role from a Discordrb::Role object with some method like #icon.
Discordrb::Role
#icon
/roleinfo
Example: event.server.members.first.highest_role.icon
event.server.members.first.highest_role.icon
Most likely would not break anything in others codebases.
Closed because this functionality already exists!
I want to be able to fetch the Icon of a role from a
Discordrb::Role
object with some method like#icon
./roleinfo
commandExample:
event.server.members.first.highest_role.icon
Most likely would not break anything in others codebases.