mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
The beginnings of the voiceUserStateChange event
This commit is contained in:
@@ -37,6 +37,7 @@ var User = (function (_Equality) {
|
||||
channel: null
|
||||
};
|
||||
this.voiceChannel = null;
|
||||
this.voiceState = {};
|
||||
}
|
||||
|
||||
User.prototype.mention = function mention() {
|
||||
|
||||
Reference in New Issue
Block a user