mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
docs(Guild): add proper punctuation to #fetchOwner jsdoc (#5645)
This commit is contained in:
@@ -557,8 +557,8 @@ class Guild extends Base {
|
||||
*/
|
||||
|
||||
/**
|
||||
* Fetches the owner of the guild
|
||||
* If the member object isn't needed, use {@link Guild#ownerID} instead
|
||||
* Fetches the owner of the guild.
|
||||
* If the member object isn't needed, use {@link Guild#ownerID} instead.
|
||||
* @param {FetchOwnerOptions} [options] The options for fetching the member
|
||||
* @returns {Promise<GuildMember>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user