Rename voiceconnection.speaking to voiceconnection.memberd

This commit is contained in:
Amish Shah
2015-12-26 18:05:31 +00:00
parent 0113202c2f
commit 3b7c5aa96a
6 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ import {reg} from "../Util/ArgumentRegulariser";
export default class VoiceChannel extends ServerChannel{
constructor(data, client, server){
super(data, client, server);
this.speaking = new Cache();
this.members = new Cache();
}
join(callback = function () { }) {