initial
This commit is contained in:
commit
1a4986f294
18 changed files with 3181 additions and 0 deletions
22
.env.example
Normal file
22
.env.example
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Discord Jukebox Bot - Environment Variables Example
|
||||
# Rename this file to .env and fill in your values
|
||||
|
||||
# Discord configuration (required)
|
||||
JUKEBOX_DISCORD_TOKEN=your_discord_bot_token_here
|
||||
# Discord Guild ID: NUMBERS ONLY, do not include variable name or equals sign
|
||||
JUKEBOX_DISCORD_GUILD_ID=1234567890123456789
|
||||
|
||||
# Optional Discord settings
|
||||
# JUKEBOX_DISCORD_CHANNEL_ID=specific_voice_channel_id
|
||||
|
||||
# Subsonic server configuration (required)
|
||||
JUKEBOX_SUBSONIC_SERVER=https://your-subsonic-server.com
|
||||
JUKEBOX_SUBSONIC_USERNAME=your_subsonic_username
|
||||
JUKEBOX_SUBSONIC_PASSWORD=your_subsonic_password
|
||||
|
||||
# Optional Subsonic settings
|
||||
# JUKEBOX_SUBSONIC_VERSION=1.16.1
|
||||
|
||||
# Jukebox settings
|
||||
# JUKEBOX_AUDIO_VOLUME=0.5
|
||||
# JUKEBOX_TIMEOUT_SEC=30
|
Loading…
Add table
Add a link
Reference in a new issue