add doc for __init__.py

This commit is contained in:
yanyongyu
2020-08-18 17:24:49 +08:00
parent 76cfe34fa5
commit e523aa8d89
11 changed files with 10877 additions and 83 deletions

View File

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