Consistently rename selfMute/selfDeaf

This commit is contained in:
abalabahaha
2016-05-04 19:55:19 -07:00
parent 46bcd3f5e3
commit 2eca16dee6
4 changed files with 11 additions and 11 deletions

View File

@@ -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

View File

@@ -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()