The beginnings of the voiceUserStateChange event

This commit is contained in:
abalabahaha
2016-01-29 17:46:46 -08:00
parent 8726b23730
commit 6af71bf639
6 changed files with 64 additions and 51 deletions

View File

@@ -37,6 +37,7 @@ var User = (function (_Equality) {
channel: null
};
this.voiceChannel = null;
this.voiceState = {};
}
User.prototype.mention = function mention() {