sendTyping, setStatus, and channel position

This commit is contained in:
abalabahaha
2015-11-15 11:45:35 -08:00
parent 2e498c82a0
commit 7af104a892
3 changed files with 122 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ class ServerChannel extends Channel{
super(data, client);
this.name = data.name;
this.type = data.type;
this.position = data.position;
this.permissionOverwrites = new Cache();
this.server = server;
data.permission_overwrites.forEach((permission) => {