diff --git a/config/default.yml b/config/default.yml index e69de29b..0709f344 100644 --- a/config/default.yml +++ b/config/default.yml @@ -0,0 +1,9 @@ +nonebot: + host: 127.0.0.1 + port: 20216 + superusers: ["1234"] + command_start: ["", "/"] + nickname: [ "liteyuki-dev" ] + default_language: zh + driver: ~fastapi+~httpx+~websockets + alconna_use_command_start: true \ No newline at end of file