mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
E.g:
app1.on_message(...)
app2.on_message(...)
app3.on_message(...)
def on_message(client, message):
...
|
||
|---|---|---|
| .. | ||
| dispatcher | ||
| ext | ||
| filters | ||
| handlers | ||
| methods | ||
| style | ||
| types | ||
| __init__.py | ||
| client.py | ||