Skip to content

Commit

Permalink
docs: remove mention of user banner image in description of IconURL
Browse files Browse the repository at this point in the history
  • Loading branch information
FedorLap2006 committed Jan 2, 2024
1 parent 5647103 commit 1c555e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ func (r *Role) Mention() string {
return fmt.Sprintf("<@&%s>", r.ID)
}

// IconURL returns the URL of the users's banner image.
// IconURL returns the URL of the role's icon.
//
// size: The size of the desired role icon as a power of two
// Image size can be any power of two between 16 and 4096.
Expand Down

0 comments on commit 1c555e6

Please sign in to comment.