From b7fa32bf62a6f7222f9f6232dc34cbf7ae65aaa9 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 19 Feb 2025 15:26:46 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E6=B7=BB=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=90=AF=E5=8A=A8bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot_start.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bot_start.bat diff --git a/bot_start.bat b/bot_start.bat new file mode 100644 index 0000000..dc23248 --- /dev/null +++ b/bot_start.bat @@ -0,0 +1,2 @@ +pip install -r requirements.txt +python main.py -c 3 \ No newline at end of file