mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Finished channels
This commit is contained in:
@@ -18,9 +18,7 @@ var TextChannel = (function (_ServerChannel) {
|
||||
|
||||
_ServerChannel.call(this, data, client, server);
|
||||
|
||||
this.name = data.name;
|
||||
this.topic = data.topic;
|
||||
this.position = data.position;
|
||||
this.lastMessageID = data.last_message_id;
|
||||
this.messages = new Cache("id", client.options.maximumMessages);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user