mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-23 22:21:22 +00:00
292 B
292 B
title
title |
---|
liteyuki.comm.event |
class Event
method __init__(self, name: str, data: dict[str, Any])
源代码
def __init__(self, name: str, data: dict[str, Any]):
self.name = name
self.data = data