mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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
|
||||
* @type {User}
|
||||
* @type {GuildMember}
|
||||
*/
|
||||
this.owner = this.members.get(data.owner_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user