2.0.5 • Published 4 years ago

vorce-music-module v2.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

NPM

The discord-music-system is a very simple and powerful Discord.Js Music module, with real time music progression.

There are few commands

  • play [search term || url]
  • pause
  • resume
  • stop
  • skip
  • np
  • remove [song number in the queue]
  • volume [0 - 100]
  • queue

It's very simple to use. A little example :

const MusicBot = require("discord-music-system"); // Require the module

const bot = new MusicBot({ // Create the bot
    token: 'Some Discord Token', // You can find the token at https://discord.com/developers/applications/
    ytApiKey: 'A random YouTube API Key', // Video to explain how to get it: https://www.youtube.com/watch?v=VqML5F8hcRQ
    prefix: 'I think the prefix goes here', // Example: /
    game: 'Some funny game' // Example: /help
});

bot.run(); // Run the bot

Image npm.io

ReMade with ❤ by diverse#6858

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.1

4 years ago