Skip to content

Commit

Permalink
docs(EmojiResolvable): update description of typedef to remove ambigu…
Browse files Browse the repository at this point in the history
…ity (#6708)
  • Loading branch information
iShibi committed Sep 28, 2021
1 parent c5db0ff commit 7cba676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/BaseGuildEmojiManager.js
Expand Up @@ -22,7 +22,7 @@ class BaseGuildEmojiManager extends CachedManager {

/**
* Data that can be resolved into a GuildEmoji object. This can be:
* * A custom emoji identifier
* * A Snowflake
* * A GuildEmoji object
* * A ReactionEmoji object
* @typedef {Snowflake|GuildEmoji|ReactionEmoji} EmojiResolvable
Expand Down

0 comments on commit 7cba676

Please sign in to comment.