mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
The beginnings of the voiceUserStateChange event
This commit is contained in:
@@ -19,6 +19,7 @@ export default class User extends Equality{
|
||||
channel : null
|
||||
};
|
||||
this.voiceChannel = null;
|
||||
this.voiceState = {};
|
||||
}
|
||||
|
||||
get avatarURL(){
|
||||
|
||||
Reference in New Issue
Block a user