voice state fixes

This commit is contained in:
Amish Shah
2018-08-10 15:15:52 +01:00
parent df54d11dce
commit fe8ece0192
5 changed files with 12 additions and 10 deletions

View File

@@ -50,6 +50,7 @@ class VoiceState extends Base {
* @type {Snowflake}
*/
this.channelID = data.channel_id;
return this;
}
/**