mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Added leave server and other stuff
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
var ServerChannel = require("./ServerChannel.js");
|
||||
|
||||
class VoiceChannel extends ServerChannel{
|
||||
constructor(data, client){
|
||||
super(data, client);
|
||||
constructor(data, client, server){
|
||||
super(data, client, server);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user