From 61310b137dd6fd4de9cee92fc76bd8dcc633d26b Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 01:15:41 +0200 Subject: [PATCH] =?UTF-8?q?Config:=20.env.example=20mit=20ADMIN=5FPWD=20un?= =?UTF-8?q?d=20allen=20ben=C3=B6tigten=20Umgebungsvariablen=20aktualisiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 8c256ee..34cf1be 100644 --- a/.env.example +++ b/.env.example @@ -2,4 +2,6 @@ DISCORD_TOKEN=YOUR_TOKEN_HERE PORT=8199 SOUNDS_DIR=/data/sounds +#sounds_dir also saves the state.json +ADMIN_PWD=YOUR_ADMIN_PWD_FOR_LOGIN #ALLOWED_GUILD_IDS=123456789012345678,987654321098765432 \ No newline at end of file