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}