🐛 fix plugin matcher data

This commit is contained in:
yanyongyu
2021-03-22 16:41:29 +08:00
parent f0a8b47c06
commit 45199a247b
2 changed files with 22 additions and 45 deletions

View File

@ -5,8 +5,6 @@
该模块实现事件响应器的创建与运行,并提供一些快捷方法来帮助用户更好的与机器人进行对话 。
"""
import sys
import inspect
from functools import wraps
from datetime import datetime
from contextvars import ContextVar