Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.67 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.67 KB

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 these tokens and generate a new .env to hold them!
    TOKEN={discord_token}
    SPOTIFY_CLIENT_ID={spotify_client_id}
    SPOTIFY_SECRET={spotify_client_secret}
    YT_TOKEN={yt_poToken}
    YT_VISITOR={yt_visiterData}
  5. Run Lil Mo!
    docker compose up --build -d

Notes

Libraries Used