music stuff, added reload

This commit is contained in:
Emily 2020-04-22 14:50:00 +10:00
parent c968292338
commit 6d5d476528
4 changed files with 63 additions and 19 deletions

View file

@ -169,7 +169,6 @@ exports.play = async function (client, message, query, ignoreQueue) {
guild.playing = true
guild.voiceChannel = vc
console.log(vc)
const connection = await vc.join()