docs: Lowercase "image" URL (#10386)

docs: lowercase i

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2024-07-28 13:44:05 +00:00
committed by GitHub
co-authored by kodiakhq[bot]
parent 6b383350a6
commit 785ec8fd75
2 changed files with 2 additions and 2 deletions
@@ -158,7 +158,7 @@ class GuildMember extends Base {
/**
* A link to the member's guild avatar if they have one.
* Otherwise, a link to their {@link User#displayAvatarURL} will be returned.
* @param {ImageURLOptions} [options={}] Options for the Image URL
* @param {ImageURLOptions} [options={}] Options for the image URL
* @returns {string}
*/
displayAvatarURL(options) {
+1 -1
View File
@@ -216,7 +216,7 @@ class User extends Base {
/**
* A link to the user's avatar if they have one.
* Otherwise a link to their default avatar will be returned.
* @param {ImageURLOptions} [options={}] Options for the Image URL
* @param {ImageURLOptions} [options={}] Options for the image URL
* @returns {string}
*/
displayAvatarURL(options) {