A Discord Bot to listen high quality music in your server for free
Invite Muuusic Bot to your Discord Guild and that's it.
Play a track or playlist by providing a link or search query
Parameters:
- link-or-query:
- description: Link or search query parameter
- required:
true
Stop and clear the queue
- Clone repository
git clone [email protected]:gustavo-flor/muuusic-bot.git && cd muuusic-bot
- Clone
.env.example
to.env
cp .env.example .env
-
Adjust external tokens on
.env
-
Install dependencies
npm i
- Run muuusic bot locally
npm run dev