A Minecraft-themed music streaming Discord bot.
See the installation guide.
- startStarts bot with hot-reloading enabled.
- buildCompiles bot into JavaScript.
- lintMakes sure code follows style rules.
- typecheckMakes sure there are no type errors in the code.
- testRuns tests.
- check-allDoes linting, typechecking, and testing. Note that this requires pnpm.
- authInitiates YouTube/Spotify login process.
- @discordjs/opusOpus bindings for Node.
- @discordjs/voiceDiscord voice API wrapper.
- dayjsHelps displaying relative times.
- discord.jsDiscord API wrapper.
- play-dlSearching, downloading, and streaming of music.
- sodium-nativeAudio encryption library, improves performance.

