API: Added extra Emoji documentation

This commit is contained in:
diamondburned (Forefront) 2020-05-14 00:49:57 -07:00
parent aa07ff9a43
commit 763999a81e
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ import (
"github.com/diamondburned/arikawa/utils/httputil"
)
// Emoji is the API format of a regular Emoji, both Unicode or custom.
// Emoji is the API format of a regular Emoji, both Unicode or custom. This
// could usually be formatted by calling (discord.Emoji).APIString().
type Emoji = string
// NewCustomEmoji creates a new Emoji using a custom guild emoji as