Skip to content

Commit

Permalink
docs(Guild): add proper punctuation to #fetchOwner jsdoc (#5645)
Browse files Browse the repository at this point in the history
  • Loading branch information
iShibi committed May 18, 2021
1 parent ab82caf commit c8d20a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/Guild.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>}
*/
Expand Down

0 comments on commit c8d20a4

Please sign in to comment.