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
评论列表
文章目录