Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Installation on a Linux server

Emhl edited this page Sep 14, 2021 · 9 revisions

Prerequisites

Create a Discord Application

  • go to the Discord Developer portal
  • create a new application + bot
  • create a bot invitelink using it's client id here
  • save the bot token for later

get a Spotify Client ID + Secret

  • login here and create an application

Install nodejs + npm

follow those instructions

Installation

Configuration

  • run git clone https://github.com/SudhanPlayz/Discord-MusicBot.git
  • go into the folder with cd Discord-MusicBot
  • edit the botconfig.js with the tokens from earlier

lavalink

use

host: "lava.link",
port: 80,
pass: "youshallnotpass"

or host your own

Final steps

  • run npm install
  • start the bot with node index.js

[missing] Setting up the Dashboard

Clone this wiki locally