mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
Fix guild.owner doc
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -314,7 +314,7 @@ class Guild {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The owner of the guild
|
* The owner of the guild
|
||||||
* @type {User}
|
* @type {GuildMember}
|
||||||
*/
|
*/
|
||||||
this.owner = this.members.get(data.owner_id);
|
this.owner = this.members.get(data.owner_id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user