- Clone the repository
git clone https://github.com/NY0510/NM-New.git
- Install dependencies
cd NM-New
npm install
Copy ./src/config.example.json
to ./src/config.json
and fill out the values:
token
- Your bot's tokenclientId
- Your bot's client IDdevGuild
- Your bot's development guild IDownerId
- Your Discord user IDviewServerListAtStart
- Whether to view the server list at startcolor
normal
- The color of the embedserror
- The color of the error embeds
lavalink
host
- The host of the Lavalink serverport
- The port of the Lavalink serversecure
- Whether the Lavalink server is securepassword
- The password of the Lavalink server
logging
command
- Whether to log commandsbutton
- Whether to log button clicks
- Run Lavalink
java -jar Lavalink.jar
- Run the bot
node .
or npm start