mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-02-03 10:18:23 +00:00
API: Added extra Emoji documentation
This commit is contained in:
parent
aa07ff9a43
commit
763999a81e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue