mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 11:07:24 +08:00
362 B
362 B
title | order | icon | category |
---|---|---|---|
liteyuki.comm.event | 1 | laptop-code | API |
class Event
事件类
def __init__(self, name: str, data: dict[str, Any]) -> None
源代码
def __init__(self, name: str, data: dict[str, Any]):
self.name = name
self.data = data