From 1c555e6760724e1b05fe4fbf27efa82658493ea6 Mon Sep 17 00:00:00 2001 From: Fedor Lapshin Date: Tue, 2 Jan 2024 10:10:54 +0300 Subject: [PATCH] docs: remove mention of user banner image in description of IconURL --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index 3b1fb9dcb..0d9f71e12 100644 --- a/structs.go +++ b/structs.go @@ -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.