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