mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
parent
b55e6927e9
commit
bf25caf3d3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const VoiceWebSocket = require('./VoiceWebSocket');
|
||||
const VoiceUDP = require('./VoiceUDPClient');
|
||||
const mergeDefault = require('../../util/MergeDefault');
|
||||
const Util = require('../../util/Util');
|
||||
const Constants = require('../../util/Constants');
|
||||
const AudioPlayer = require('./player/AudioPlayer');
|
||||
const VoiceReceiver = require('./receiver/VoiceReceiver');
|
||||
|
|
@ -140,7 +140,7 @@ class VoiceConnection extends EventEmitter {
|
|||
* @param {Object} [options] The options to provide
|
||||
*/
|
||||
sendVoiceStateUpdate(options = {}) {
|
||||
options = mergeDefault({
|
||||
options = Util.mergeDefault({
|
||||
guild_id: this.channel.guild.id,
|
||||
channel_id: this.channel.id,
|
||||
self_mute: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue