File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/discord.js/src/structures Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ class GuildMember extends Base {
158158 /**
159159 * A link to the member's guild avatar if they have one.
160160 * Otherwise, a link to their {@link User#displayAvatarURL} will be returned.
161- * @param {ImageURLOptions } [options={}] Options for the Image URL
161+ * @param {ImageURLOptions } [options={}] Options for the image URL
162162 * @returns {string }
163163 */
164164 displayAvatarURL ( options ) {
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ class User extends Base {
216216 /**
217217 * A link to the user's avatar if they have one.
218218 * Otherwise a link to their default avatar will be returned.
219- * @param {ImageURLOptions } [options={}] Options for the Image URL
219+ * @param {ImageURLOptions } [options={}] Options for the image URL
220220 * @returns {string }
221221 */
222222 displayAvatarURL ( options ) {
You can’t perform that action at this time.
0 commit comments