Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 603 Bytes

File metadata and controls

15 lines (11 loc) · 603 Bytes

Music player demo

A simple music bot that plays music from urls.

This project demonstrates how to create a music bot using Discord4J, Lavalink and Spring Boot.

How to use?

  1. Replace the token and guildId in resources/application.yml
  2. Run gradlew bootRun
  3. Join a voice channel
  4. Use the command /play <url> to play music from a url
  5. Enjoy!

NOTE: The project in its current state will only works on windows. You can edit the build.gradle.kts to add the needed native dependencies for other OS. See https://github.com/Discord4J/Discord4J/blob/master/voice/README.md for more info.