From 6f3da6bb1541796084da757423a4905150f567bc Mon Sep 17 00:00:00 2001 From: smueller Date: Wed, 22 Jul 2026 13:37:47 +0200 Subject: [PATCH] Add BOT_CLIENT_SECRET to .env.example for enhanced configuration options --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index b5400b4..d9d8acb 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ NODE_ENV=development BOT_TOKEN= BOT_CLIENT_ID= +BOT_CLIENT_SECRET= BOT_GUILD_ID= DATABASE_URL=postgresql://nexumi:nexumi@postgres:5432/nexumi REDIS_URL=redis://redis:6379