Events.py 文件源码

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

项目:Chainmail 作者: Chainmail-Project 项目源码 文件源码
def __init__(self, username: str, message: str, player: Player, args: List[Match[str]]):
        """
        Initializes a new CommandSentEvent
        :param username: The username of the player that sent the command
        :param message: The message containing the command
        :param player: The player that sent the command
        :param args: The args for the command
        """
        super().__init__(username, message, player)
        self.args = args
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号