more music stuff

This commit is contained in:
Emily 2020-04-24 17:50:54 +10:00
parent 78aab0f9f6
commit 1f73cf351f
5 changed files with 46 additions and 8 deletions

View file

@ -19,5 +19,5 @@ exports.help = {
const { play } = require('../utils/music')
exports.run = async (client, message, args, level, data) => {
await play(client, message, args.join(' '))
await play(client, data.guild.music, message, args.join(' '))
}