mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
Fixed JSDoc owner thing (#2473)
Added a `?` before `GuildMember`, the `owner` property may be undefined in some cases.
This commit is contained in:
@@ -291,7 +291,7 @@ class Guild {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The owner of the guild
|
* The owner of the guild
|
||||||
* @type {GuildMember}
|
* @type {?GuildMember}
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
get owner() {
|
get owner() {
|
||||||
|
|||||||
Reference in New Issue
Block a user