EmojiManager constructor

EmojiManager(
  1. Map<Snowflake, Emoji> _emojis
)

Implementation

EmojiManager(this._emojis);