2.0.5 • Published 5 years ago
vorce-music-module v2.0.5
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 botImage

ReMade with ❤ by diverse#6858
