1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-02-03 18:27:44 +00:00

API: Added extra Emoji documentation

This commit is contained in:
diamondburned (Forefront) 2020-05-14 00:49:57 -07:00
parent aa07ff9a43
commit 763999a81e

View file

@ -5,7 +5,8 @@ import (
"github.com/diamondburned/arikawa/utils/httputil" "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 type Emoji = string
// NewCustomEmoji creates a new Emoji using a custom guild emoji as // NewCustomEmoji creates a new Emoji using a custom guild emoji as