mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +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
|
||||
* @type {GuildMember}
|
||||
* @type {?GuildMember}
|
||||
* @readonly
|
||||
*/
|
||||
get owner() {
|
||||
|
||||
Reference in New Issue
Block a user