more music stuff
This commit is contained in:
parent
78aab0f9f6
commit
1f73cf351f
5 changed files with 46 additions and 8 deletions
|
@ -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(' '))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue