mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Added leave server and other stuff
This commit is contained in:
@@ -4,8 +4,8 @@ var ServerChannel = require("./ServerChannel.js");
|
||||
var Cache = require("../Util/Cache.js");
|
||||
|
||||
class TextChannel extends ServerChannel{
|
||||
constructor(data, client){
|
||||
super(data, client);
|
||||
constructor(data, client, server){
|
||||
super(data, client, server);
|
||||
|
||||
this.name = data.name;
|
||||
this.topic = data.topic;
|
||||
|
||||
Reference in New Issue
Block a user