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):
...
|
||
|---|---|---|
| .. | ||
| api | ||
| client | ||
| connection | ||
| crypto | ||
| session | ||
| __init__.py | ||