From bbe59ab35ab50aa6ff421f81c18d55dfccebba22 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Thu, 7 Aug 2025 23:35:29 +0200 Subject: [PATCH] chore: allow and add .env.example --- .env.example | 5 +++++ .gitignore | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..8c256ee --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +# Discord Soundboard Environment Beispiel +DISCORD_TOKEN=YOUR_TOKEN_HERE +PORT=8199 +SOUNDS_DIR=/data/sounds +#ALLOWED_GUILD_IDS=123456789012345678,987654321098765432 \ No newline at end of file diff --git a/.gitignore b/.gitignore index d462215..e65dbc5 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ Thumbs.db # Runtime data /data/ + +!.env.example +