mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Added joining servers and better message handling
This commit is contained in:
@@ -16,7 +16,7 @@ exports.Channel = function(name, server, type, id, isPrivate){
|
||||
this.type = type;
|
||||
this.id = id;
|
||||
this.isPrivate = isPrivate;
|
||||
this.messages = new List("id", "5000");
|
||||
this.messages = new List("id", 5000);
|
||||
}
|
||||
|
||||
exports.Channel.equals = function(otherChannel){
|
||||
|
||||
Reference in New Issue
Block a user