mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +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
|
* Fetches the owner of the guild.
|
||||||
* If the member object isn't needed, use {@link Guild#ownerID} instead
|
* If the member object isn't needed, use {@link Guild#ownerID} instead.
|
||||||
* @param {FetchOwnerOptions} [options] The options for fetching the member
|
* @param {FetchOwnerOptions} [options] The options for fetching the member
|
||||||
* @returns {Promise<GuildMember>}
|
* @returns {Promise<GuildMember>}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user