docs(Client): #emojis is a BaseGuildEmojiManager (#5048)

This commit is contained in:
Advaith 2020-12-08 13:07:06 -08:00 committed by GitHub
parent 60e5a0e46f
commit 2685b960d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {