Skip to content

sinnedpenguin/springboot-discord-music-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot Discord Music Bot

A simple Discord music bot built with Spring Boot.

Getting Started

Follow these steps to set up and run the bot on your own server.

Prerequisites

  • Java 17
  • Maven
  • Discord Bot Token

Installation

  1. Clone the repository:

    git clone https://github.com/sinnedpenguin/springboot-discord-music-bot.git
    
  2. 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"
    
  3. Build the project:

    mvn clean package
    
  4. Run the application

Usage

Use these commands in a Discord text channel to control the bot in a voice channel.

  • /play
  • /skip
  • /stop
  • /queue
  • /repeat
  • /nowplaying