Added sendFile and server.generalChannel

This commit is contained in:
Amish Shah
2015-12-05 17:10:48 +00:00
parent 05409ccc21
commit 212c672c2f
4 changed files with 16 additions and 0 deletions

View File

@@ -112,6 +112,10 @@ export default class Server extends Equality {
get defaultChannel() {
return this.channels.get("id", this.id);
}
get generalChannel() {
return this.defaultChannel;
}
get owner() {
return this.members.get("id", this.ownerID);