1
0
forked from bot/app
LiteyukiBot/docs/en/dev/api/comm/event.md

18 lines
294 B
Markdown
Raw Normal View History

2024-08-21 17:59:21 +08:00
---
title: liteyuki.comm.event
---
2024-08-29 14:19:39 +08:00
### **class** `Event`
### *method* `__init__(self, name: str, data: dict[str, Any])`
2024-08-21 17:59:21 +08:00
<details>
2024-08-29 14:19:39 +08:00
<summary> <b>Source code</b> </summary>
2024-08-21 17:59:21 +08:00
```python
def __init__(self, name: str, data: dict[str, Any]):
self.name = name
self.data = data
```
</details>