]> git.openfl.eu Git - va4s.git/commitdiff
bat script and process.env instructions
authorFl_GUI <flor.guilini@hotmail.com>
Sat, 15 Nov 2025 08:27:42 +0000 (09:27 +0100)
committerFl_GUI <flor.guilini@hotmail.com>
Sat, 15 Nov 2025 08:27:42 +0000 (09:27 +0100)
process.env
va4s.bat [new file with mode: 0644]

index 85ba9178da264ee009fe7e434800ef9e36e31461..a5a81b43caa186efdf27f8b30df544b061cbaff2 100644 (file)
@@ -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 (file)
index 0000000..201f391
--- /dev/null
+++ b/va4s.bat
@@ -0,0 +1,2 @@
+npm -i
+npm run start