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:
parent
aa07ff9a43
commit
763999a81e
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue