From 9cd753238acb07cb5407b886eb5b1c17a555a82c Mon Sep 17 00:00:00 2001 From: mavolin <48887425+mavolin@users.noreply.github.com> Date: Mon, 11 May 2020 21:07:05 +0200 Subject: [PATCH] API: improvements in docs --- api/emoji.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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