mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Document Guild.ownerID
This commit is contained in:
@@ -54,7 +54,7 @@ class GroupDMChannel extends Channel {
|
||||
this.icon = data.icon;
|
||||
|
||||
/**
|
||||
* The owner of this Group DM's user ID.
|
||||
* The user ID of this Group DM's owner.
|
||||
* @type {string}
|
||||
*/
|
||||
this.ownerID = data.owner_id;
|
||||
|
||||
Reference in New Issue
Block a user