diff options
Diffstat (limited to 'Plugins/Music.js')
| -rw-r--r-- | Plugins/Music.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/Music.js b/Plugins/Music.js index 6d18146..8b7e77e 100644 --- a/Plugins/Music.js +++ b/Plugins/Music.js @@ -30,8 +30,8 @@ exports.resolveTrack = async (term, sc) => { exports.play = async (bot, msg, track) => { const player = await bot.player.join({ - guild: msg.guild.id, - channel: msg.member.voiceChannelID, + guild_id: msg.guild.id, + channel_id: msg.member.voiceChannelID, host: 'localhost', }); if (!bot.queue.has(msg.guild.id)) { |
