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