mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Add more @readonly and clean up some stuff
This commit is contained in:
@@ -80,6 +80,7 @@ class GroupDMChannel extends Channel {
|
||||
/**
|
||||
* The owner of this Group DM.
|
||||
* @type {User}
|
||||
* @readonly
|
||||
*/
|
||||
get owner() {
|
||||
return this.client.users.get(this.ownerID);
|
||||
|
||||
Reference in New Issue
Block a user