1.0.0 • Published 3 years ago

meethimirchi-discordjs v1.0.0

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

Meethi Mirchi Discordjs

  • Simple Player which plays live Radio Mirchi's Meethi Mirchi

How to use?

const Discord = require('discord.js')
const client = new Discord.Client();
const radio = require('./index')
client.once('ready', () => {
	console.log('Ready!');
});
client.on('message', async message => {
if(message.content === "start1"){
    const connection = await message.member.voice.channel.join();
    radio.mirchi.meethimirchi(connection, res =>{

    })
}

});
client.login('TOKEN_HERE')

More radio Stations going to come soon!!!