changed music up

This commit is contained in:
Emily 2020-04-19 20:10:52 +10:00
parent 93926545ae
commit 4ff85905ff
5 changed files with 197 additions and 197 deletions

View file

@ -15,6 +15,7 @@ exports.help = {
parameters: '[query] - A query to find video by or a link to the video.'
}
const { play } = require('../utils/music')
exports.run = async (client, message, args, level, data) => {
await client.music.play(message, args.join(' '))
await play(client, message, args.join(' '))
}