diff --git a/api/emoji.go b/api/emoji.go index 5b97e9d..edc9d7a 100644 --- a/api/emoji.go +++ b/api/emoji.go @@ -5,7 +5,7 @@ import ( "github.com/diamondburned/arikawa/utils/httputil" ) -// Emoji is a special format that the API wants. +// Emoji is the API format of a regular Emoji, both Unicode or custom. type Emoji = string // NewEmojiFromGuildEmoji creates a new Emoji using a custom guild emoji as