Holds methods to resolve GuildEmojis and stores their cache.
Extends
CachedManager<Snowflake, GuildEmoji, EmojiResolvable>Constructs a new instance of the
BaseGuildEmojiManager
className | Type | Optional | Description |
---|---|---|---|
client | Client<true> | No | None |
iterable | Iterable<RawGuildEmojiData> | Yes | None |
The cache of items for this manager.
Inherited from DataManagerThe client that instantiated this Manager
Inherited from BaseManagerThe data structure belonging to this manager.
Inherited from DataManagerResolves an EmojiResolvable to an Emoji object.
Name | Type | Optional | Description |
---|---|---|---|
emoji | EmojiResolvable | No | The Emoji resolvable to identify |
Resolves an EmojiResolvable to an Emoji id string.
Name | Type | Optional | Description |
---|---|---|---|
emoji | EmojiResolvable | No | The Emoji resolvable to identify |
Resolves an EmojiResolvable to an emoji identifier.
Returns
Name | Type | Optional | Description |
---|---|---|---|
emoji | EmojiIdentifierResolvable | No | The emoji resolvable to resolve |