mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Consistently rename selfMute/selfDeaf
This commit is contained in:
@@ -874,4 +874,4 @@ Emitted when a user leaves a voice channel, supplies a VoiceChannel_ and a User_
|
||||
voiceStateUpdate
|
||||
~~~~~~~~~~
|
||||
|
||||
Emitted when a user mutes/deafens, supplies a VoiceChannel_, User_, an object containing the old mute/self_mute/deaf/self_deaf properties, and an object containing the new mute/self_mute/deaf/self_deaf properties
|
||||
Emitted when a user mutes/deafens, supplies a VoiceChannel_, User_, an object containing the old mute/selfMute/deaf/selfDeaf properties, and an object containing the new mute/selfMute/deaf/selfDeaf properties
|
||||
|
||||
@@ -109,9 +109,9 @@ Returns an object containing metadata of a user within the server, containing a
|
||||
joinedAt: 1449339323747,
|
||||
roles: [],
|
||||
mute: false,
|
||||
self_mute: false,
|
||||
selfMute: false,
|
||||
deaf: false,
|
||||
self_deaf: false
|
||||
selfDeaf: false
|
||||
}
|
||||
|
||||
leave()
|
||||
|
||||
Reference in New Issue
Block a user