mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-14 16:06:54 +00:00
🚧 process handler call
This commit is contained in:
@ -3,7 +3,7 @@ from dataclasses import field, dataclass
|
||||
from typing import Set, Dict, Type, Optional
|
||||
|
||||
from .export import Export
|
||||
from nonebot.matcher import Matcher
|
||||
from nonebot.processor import Matcher
|
||||
|
||||
plugins: Dict[str, "Plugin"] = {}
|
||||
"""
|
||||
|
Reference in New Issue
Block a user