Kang.py send_ message/document in convo, multiple responses support, switch to asyncio.Future and use object instead of dict, cleaned up filters code for convo. init_task support in plugin loader.
5 lines
123 B
Python
5 lines
123 B
Python
from app.core.client import filters
|
|
from app.core.logger import LOGGER
|
|
|
|
from app.core.types.message import Message # NOQA
|