From 40877b65b3bea5784b8fdab4a74188bed3915f52 Mon Sep 17 00:00:00 2001 From: javis-bot Date: Fri, 12 Jun 2026 21:01:08 +0900 Subject: [PATCH] =?UTF-8?q?docs(env):=20mark=20DISCORD=5FBOT=5FTOKEN=20opt?= =?UTF-8?q?ional=20=E2=80=94=20blank=20runs=20userbot=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index 7ee097d..1a31b05 100644 --- a/.env.example +++ b/.env.example @@ -6,6 +6,10 @@ # --------------------------------------------------------------------------- # Discord bot (normal bot account) — voice I/O + slash commands # --------------------------------------------------------------------------- +# OPTIONAL — leave BLANK to run in userbot/selfbot mode (a single user account +# does voice + broadcast; see DISCORD_SELFBOT_TOKEN below). When this is empty +# and a selfbot token is present, the app runs as a userbot automatically. +# Only fill this in if you specifically want the legacy normal-bot path. # From https://discord.com/developers/applications → your app DISCORD_BOT_TOKEN= DISCORD_APP_ID=