From c8d20a456b635ce6081ed8ad17315a9a0c0244bc Mon Sep 17 00:00:00 2001 From: Shubham Parihar Date: Wed, 19 May 2021 02:51:57 +0530 Subject: [PATCH] docs(Guild): add proper punctuation to #fetchOwner jsdoc (#5645) --- src/structures/Guild.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 47ec2414f..43c0b08e4 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -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} */