From 17102ae2021c2da67c1c721da86ea3791bed3f12 Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Mon, 20 Apr 2026 22:52:29 +0300 Subject: [PATCH] Removed BOT_PROFILE from .env, set in compose.yml instead --- .env.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/.env.example b/.env.example index f1b5c94..ca588c6 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,3 @@ -# Bot runtime profile: dev (economy + member tools) or economy (economy-only) -BOT_PROFILE=dev # Profile-specific Discord bot tokens (from https://discord.com/developers/applications) DISCORD_TOKEN_DEV=your-dev-bot-token-here