Harmonic is an simple and easy to use single server Discord audio bot. Built with Bun, discord.js and yt-dlp. After plenty of iterations I am finally pleased with the resulting bot and it's stability.
Make sure you have your bot token saved and Bun installed on your machine.
Providing support for help with setting up or debugging Discord bots themselves is beyond the scope of this project. Sorry! Please do not open issues related to configuring the Discord bot itself (not Harmonic), getting the bot token or installing/configuring Bun.
- Clone the repository
git clone https://github.com/jwhazy/harmonic- Install dependencies
bun i-
Create a
.envfile in the repository root and add the environment variables listed here -
Start the bot
bun run start- Having issues? You're likely missing dependencies. Run the dependency checker and cross check with the requirements here.
bun run depsI've exposed environment variables for custom success, fail and loading emojis. You can use them by following the instructions here
