mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 12:11:11 +00:00
Fix guild.owner doc
This commit is contained in:
parent
817bea5a70
commit
090234cef2
2 changed files with 2 additions and 2 deletions
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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue