From: Fl_GUI Date: Sat, 15 Nov 2025 08:27:42 +0000 (+0100) Subject: bat script and process.env instructions X-Git-Url: https://git.openfl.eu/?a=commitdiff_plain;h=84a00dc0550dfdf067b7a52898f4692a67b0c0b6;p=va4s.git bat script and process.env instructions --- 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