A simple Discord music bot built with Spring Boot.
Follow these steps to set up and run the bot on your own server.
- Java 17
- Maven
- Discord Bot Token
-
Clone the repository:
git clone https://github.com/sinnedpenguin/springboot-discord-music-bot.git
-
Open the application.yml file in the src/main/resources directory and paste your Discord bot token under the bot.token field:
bot: token: "YOUR_BOT_TOKEN"
-
Build the project:
mvn clean package
-
Run the application
Use these commands in a Discord text channel to control the bot in a voice channel.
- /play
- /skip
- /stop
- /queue
- /repeat
- /nowplaying