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 {
158
158
/**
159
159
* A link to the member's guild avatar if they have one.
160
160
* 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
162
162
* @returns {string }
163
163
*/
164
164
displayAvatarURL ( options ) {
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ class User extends Base {
216
216
/**
217
217
* A link to the user's avatar if they have one.
218
218
* 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
220
220
* @returns {string }
221
221
*/
222
222
displayAvatarURL ( options ) {
You can’t perform that action at this time.
0 commit comments