From 9806cff021b6c843cc294dae6dace5f56dc92ecd Mon Sep 17 00:00:00 2001 From: Skillz Date: Mon, 13 Feb 2023 16:21:45 -0600 Subject: [PATCH] fix: typos --- packages/utils/src/images.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/utils/src/images.ts b/packages/utils/src/images.ts index 0a2785dd1..afde2afb1 100644 --- a/packages/utils/src/images.ts +++ b/packages/utils/src/images.ts @@ -75,7 +75,7 @@ export function guildBannerUrl( * @param options - The parameters for the building of the URL. * @returns The link to the resource or `undefined` if no banner has been set. */ -export function getGuildIconURL ( +export function guildIconUrl( guildId: BigString, imageHash: BigString | undefined, options?: { @@ -102,7 +102,7 @@ export function getGuildIconURL ( * @param options - The parameters for the building of the URL. * @returns The link to the resource or `undefined` if the guild does not have a splash image set. */ -export function getGuildSplashURL ( +export function guildSplashUrl( guildId: BigString, imageHash: BigString | undefined, options?: {