discord.js-music-hiico
v4.0.12
Published
Edit of discord.js-music-v11
Downloads
22
Readme
Discord.js Music Plugin
Introduction :
So, this package is an Edit of discord.js-music-hiico that wa basically created for my bot, Lucy. But when I saw that mostly 500 users downloaded my package in one day... waw :D
Lucy (my Bot) :
Lucy's Discord : http://discord.hiico.fr/
Invite Lucy to your Discord : http://lucy.hiico.fr/
The commands :
_play (url/search string)
: Play a video/music. It can take a URL from various services (YouTube, Vimeo, YouKu, etc). You can also search using a string._skip (nothing/number)
: Skip some number of songs. Will skip 1 song if a number is not specified._volume
: Adjust the playback volume between 1 and 200 (requires music manager)
To use this plugin :
const Discord = require('discord.js');
const music = require('discord.js-music-hiico');
const client = new Discord.Client();
/*
Your codes here--
*/
music(client);
client.login(TokenHere);