add matcher expire support

This commit is contained in:
yanyongyu
2020-08-06 17:54:55 +08:00
parent f1e62feb26
commit 10221520d9
5 changed files with 27 additions and 5 deletions

View File

@ -2,3 +2,4 @@ DRIVER=nonebot.drivers.fastapi
HOST=0.0.0.0
PORT=2333
DEBUG=true
CUSTOM_CONFIG={"custom": 1}

View File

@ -4,7 +4,7 @@
from nonebot.rule import Rule
from nonebot.event import Event
from nonebot.plugin import on_message
from nonebot.adapters.coolq import Message
from nonebot.adapters.cqhttp import Message
print(repr(Message("asdfasdf[CQ:at,qq=123][CQ:at,qq=all]")))