mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-14 16:07:24 +08:00
292 B
292 B
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