From 13f2ab30ca674c3ebec72a0eba31e30cb22c805e Mon Sep 17 00:00:00 2001 From: a boi here <41384430+some-boi@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:05:11 +0100 Subject: [PATCH] Update guildIconUrl.ts --- src/helpers/guilds/guildIconUrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/guilds/guildIconUrl.ts b/src/helpers/guilds/guildIconUrl.ts index ca7a29c76..c4e125cbe 100644 --- a/src/helpers/guilds/guildIconUrl.ts +++ b/src/helpers/guilds/guildIconUrl.ts @@ -6,7 +6,7 @@ import type { Bot } from "../../bot.ts"; export function guildIconURL( bot: Bot, id: bigint, - options: { + options?: { icon?: string | bigint; size?: ImageSize; format?: ImageFormat;