/lavalink-musicbot

Music bot that used Lavalink for the audio

Primary LanguageJavaScriptMIT LicenseMIT

Lavalink-MusicBot

Music bot that used Lavalink for the audio

Installing

  • Clone this repository.
  • Install dependencies:
$ npm i --no-optional
  • Edit the config.json:
{ 
   "token": "Your bot token here.",
   "prefix": "Insert a prefix like '!' or anything.",
   "nodes": [
       { "id": "default", "host": "localhost", "port": 2333, "password": "youshallnotpass" }
   ],
   "owner": "your discord id"
}
  • Run it!:
$ npm start

Author

• GitHub @AlvvxL | @Allvaa • Discord @allvzx#6263