def __init__(self, guild: 'Guild',
emojis: 'typing.MutableMapping[int, dt_emoji.Emoji]'):
"""
:param guild: The :class:`.Guild` object that owns this wrapper.
:param emojis: The dictionary of emojis that this wrapper contains.
"""
self._guild = guild
self._emojis = emojis
评论列表
文章目录