From 84a00dc0550dfdf067b7a52898f4692a67b0c0b6 Mon Sep 17 00:00:00 2001 From: Fl_GUI Date: Sat, 15 Nov 2025 09:27:42 +0100 Subject: [PATCH] bat script and process.env instructions --- process.env | 9 +++++---- va4s.bat | 2 ++ 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 va4s.bat diff --git a/process.env b/process.env index 85ba917..a5a81b4 100644 --- a/process.env +++ b/process.env @@ -1,4 +1,5 @@ -TOKEN= -CHANNEL= -SAMMIPORT= -PASS= +# Copy to .env and fill in +TOKEN= # discord bot token +CHANNEL= # channel ID +SAMMIPORT= # http port of the sammi local API +PASS= # password of the sammi local API diff --git a/va4s.bat b/va4s.bat new file mode 100644 index 0000000..201f391 --- /dev/null +++ b/va4s.bat @@ -0,0 +1,2 @@ +npm -i +npm run start -- 2.49.0