scout_handler.py 文件源码

python
阅读 30 收藏 0 点赞 0 评论 0

项目:HAHA-NO-UR 作者: DamourYouKnow 项目源码 文件源码
def __init__(self, bot: HahaNoUR, user: User,
                 box: str = "honour", count: int = 1,
                 guaranteed_sr: bool = False, args: tuple = ()):
        """
        Constructor for a Scout.
        :param session_manager: the SessionManager.
        :param user: User requesting scout.
        :param box: Box to scout in (honour, regular, coupon).
        :param count: Number of cards in scout.
        :param guaranteed_sr: Whether the scout will roll at least one SR.
        :param args: Scout command arguments
        """
        self.results = []
        self._bot = bot
        self._user = user
        self._box = box
        self._count = count
        self._guaranteed_sr = guaranteed_sr
        self._args = parse_arguments(args, True)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号