mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Attempted assorted fixes
This commit is contained in:
@@ -7,7 +7,7 @@ import {reg} from "../Util/ArgumentRegulariser";
|
||||
export default class VoiceChannel extends ServerChannel{
|
||||
constructor(data, client, server){
|
||||
super(data, client, server);
|
||||
this.members = new Cache();
|
||||
this.members = data.members || new Cache();
|
||||
}
|
||||
|
||||
join(callback = function () { }) {
|
||||
|
||||
Reference in New Issue
Block a user