mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
docs(Client): #emojis is a BaseGuildEmojiManager (#5048)
This commit is contained in:
parent
60e5a0e46f
commit
2685b960d7
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class Client extends BaseClient {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All custom emojis that the client has access to, mapped by their IDs
|
* All custom emojis that the client has access to, mapped by their IDs
|
||||||
* @type {GuildEmojiManager}
|
* @type {BaseGuildEmojiManager}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
get emojis() {
|
get emojis() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue