Closed Ronak83x closed 3 years ago
This Bot is just an EXAMPLE on how to code a very BASIC custom EMOJI based only opus encoded Discord YTDL-CORE music bot WITH Filters
simply add that infront of each command:
let userch = message.member.voice.channel;
let botch = message.guild.me.voice.channel;
if(!userch) return message.reply("JOIN A VC")
if(!botch) return message.reply("BOT IS NOT CONNECTED TO A VC")
if(botch.id != userch.id) return message.reply("JOIN THE BOT'S VC")
Do you know how to run the bot? I have an issue, check in issue and see if you can help me please.