shardlab / discordrb

Discord API for Ruby
MIT License
536 stars 98 forks source link

Add functionality for role icon fetching #281

Closed gitnickolson closed 1 month ago

gitnickolson commented 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.

Example:
event.server.members.first.highest_role.icon

Most likely would not break anything in others codebases.

gitnickolson commented 1 month ago

Closed because this functionality already exists!