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