Skip to content

RichtXO/Lil-Mo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lil Mo

Another Discord Music Bot in Java

Getting Started

It's easy to get started via Docker containers! Also need a valid Discord App Token and Spotify Premium Token!

Discord Invite Link

Prerequisites

Installation

  1. Get a new Discord Application Token from Discord Developer Portal
  2. Get a Spotify App Client ID and Secret Tokens from Spotify Developer Dashboard
  3. Clone the repo and change directory
    git clone https://github.com/RichtXO/Lil-Mo.git
    cd Lil-Mo
  4. Copy those 3 tokens and generate a new .env to hold them!
    TOKEN={discord_token}
    SPOTIFY_CLIENT_ID={spotify_client_id}
    SPOTIFY_SECRET={spotify_client_secret}
  5. Run Lil Mo!
    docker compose up --build -d

Libraries Used

About

Another Discord Music Bot with Discord4J and Lavaplayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published