Skip to content

AkiraList/DJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self Hosting:

There are requirements, which this bot does need to have.

Fill out botconfig.json like so (Replacing most of the defaults with your own 👀 )

{
  "token": "Your-Discord-Bot-Token",
  "prefix": "!",
  "mongodbURL": "MongoDB Database URI",
  "lewdsAPI": "An API Key from lewds.fun (REQUIRED FOR NSFW)",
  "clientsettings": {
    "nodes": [
      {
         "host": "0.0.0.0",
         "port": 2332,
         "password": "YouShallNotPass"
       }
    ]
  },

  "spotify": {
    "clientSecret": "Spotify Secret (REQ. For spotify URL support)",
    "clientID": "Spotify Client (REQ. For spotify URL support)"
  }

}

Once Complete, and Lavalink + Application.yml are set up Properly:

$ npm install
$ npm start

Also Join my Discord Server and NSFW API to get a token/key for config!

lewds.fun API

NPM downloads NPM version

npm installnfoDiscord server