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