docs(env): mark DISCORD_BOT_TOKEN optional — blank runs userbot mode
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user