mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-02-12 17:39:57 +08:00
294 B
294 B
title |
---|
liteyuki.comm.event |
class Event
method __init__(self, name: str, data: dict[str, Any])
Source code
def __init__(self, name: str, data: dict[str, Any]):
self.name = name
self.data = data