Skip to content

Commit

Permalink
docs(Client): #emojis is a BaseGuildEmojiManager (#5048)
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Dec 8, 2020
1 parent 60e5a0e commit 2685b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 2685b96

Please sign in to comment.