/NM-New

NM, Lavalink Discord Music Bot

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

NM, Lavalink Discord Music Bot

Screenshot

Installation Guide

Requirements

Setup

  1. Clone the repository
git clone https://github.com/NY0510/NM-New.git
  1. Install dependencies
cd NM-New
npm install

Configuration

Copy ./src/config.example.json to ./src/config.json and fill out the values:

  • token - Your bot's token
  • clientId - Your bot's client ID
  • devGuild - Your bot's development guild ID
  • ownerId - Your Discord user ID
  • viewServerListAtStart - Whether to view the server list at start
  • color
    • normal - The color of the embeds
    • error - The color of the error embeds
  • lavalink
    • host - The host of the Lavalink server
    • port - The port of the Lavalink server
    • secure - Whether the Lavalink server is secure
    • password - The password of the Lavalink server
  • logging
    • command - Whether to log commands
    • button - Whether to log button clicks

Running

  1. Run Lavalink
java -jar Lavalink.jar
  1. Run the bot

node . or npm start