mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Added shortcut to users from channel class
This commit is contained in:
@@ -46,6 +46,14 @@ class Channel {
|
||||
get isPrivate(){
|
||||
return false;
|
||||
}
|
||||
|
||||
get users(){
|
||||
return this.server.members;
|
||||
}
|
||||
|
||||
get members(){
|
||||
return this.server.members;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Channel;
|
||||
Reference in New Issue
Block a user