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

@@ -19,6 +19,7 @@ export default class User extends Equality{
channel : null
};
this.voiceChannel = null;
this.voiceState = {};
}
get avatarURL(){