mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
Whoops, compiled the changes this time :P
This commit is contained in:
@@ -71,6 +71,11 @@ var Channel = (function () {
|
||||
get: function get() {
|
||||
return this.server.client;
|
||||
}
|
||||
}, {
|
||||
key: "isPrivate",
|
||||
get: function get() {
|
||||
return false;
|
||||
}
|
||||
}]);
|
||||
|
||||
return Channel;
|
||||
|
||||
Reference in New Issue
Block a user