Archived
1
0
Fork 0

Update parser.py

This commit is contained in:
yzhh 2021-04-08 20:52:16 +08:00
parent e8562d4d77
commit 7d7060d909

View file

@ -4,14 +4,11 @@ from graia.application import Friend
from graia.application.group import Group, Member
from graia.application.message.chain import MessageChain
from database import BotDB
from database import BotDB as database
from core.loader import Modules
from core.template import sendMessage, Nudge
database = BotDB()
async def parser(kwargs: dict):
"""
接收消息必经的预处理器