About Beat Bridge
Beat Bridge is your ultimate offline music companion for Discord servers. Play music directly from your local PC, without depending on internet or APIs. Enjoy seamless playback in highest quality.
Designed with Skip Voting, DJ/Admin Role Control, and full local song management system.
Setup Guide
- Download the source code (
beat_bridge.py
andrequirements.txt
). - Install Python from python.org.
- Open terminal and run:
pip install -r requirements.txt
. - Test the bot:
python beat_bridge.py
. - Compile to .exe:
pyinstaller --onefile --name "Beat Bridge" beat_bridge.py
. - Distribute the executable and share your bot!
Editing Bot Config
Before running your bot, edit your bots_config.json
file correctly:
- prefix: Command prefix (Example: "!")
- token: Your bot's Discord API Token
- music_folder: Path to your music folder (Example:
C:/Users/YourName/Music/
) - dj_role: Name of DJ role who can use
!skip
and control music.
Important: Only DJ Role or Admins can use music skip and skipvote commands.
Reminder: Music is played only via Beat Bridge.py. The Beat Bridge.exe is for editing configs, not music playing.