mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-20 19:47:12 +00:00
API: improvements in docs
This commit is contained in:
parent
17e5696cc9
commit
9cd753238a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue