From 83325e63ea129ee00cbc68553c36d6666e1f79e7 Mon Sep 17 00:00:00 2001 From: snowy Date: Mon, 12 Aug 2024 02:47:53 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=A4=9A=E7=A7=8D=E5=8F=8A=E5=A4=9A=E4=B8=AA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/default.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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