mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +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
|
||||
* @type {GuildEmojiManager}
|
||||
* @type {BaseGuildEmojiManager}
|
||||
* @readonly
|
||||
*/
|
||||
get emojis() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue