mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
Finished most of structure
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
var Channel = require("./Channel.js");
|
||||
var ServerChannel = require("./ServerChannel.js");
|
||||
|
||||
class VoiceChannel extends Channel{
|
||||
class VoiceChannel extends ServerChannel{
|
||||
constructor(data, client){
|
||||
super(data, client);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user