docs(Guild): add proper punctuation to #fetchOwner jsdoc (#5645)

This commit is contained in:
Shubham Parihar
2021-05-19 02:51:57 +05:30
committed by GitHub
parent ab82cafcde
commit c8d20a456b

View File

@@ -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>}
*/