Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.63 KB

MetaX Music Bot

A lightweight Discord music bot using LavaLink and written in Node.js that can play audio from YouTube, YouTube Music, Spotify and Soundcloud. It works across multiple servers in parallel.

Commands

Command Description
/play <query or url> Queue something to be played.
/dc Disconnect from the voice channel.
/skip Skip the current song.
/loop Loop the currently playing song.
/np See what song is currently playing.
/queue Show currently queued songs.

Prerequisites

How to use

  • Ensure all prerequisites are met.
  • Download the repository and run npm install in the project directory to install the required dependencies.
  • Go to the config.json file in the project directory and change the token key to your bot's token, provided in the Discord Developer Portal.
  • Change the nodes key to contain your LavaLink node instance(s).
  • To start the bot, simply run node ./index.mjs in the project directory.