mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
sendTyping, setStatus, and channel position
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user