Update guildIconUrl.ts

This commit is contained in:
a boi here
2021-12-14 16:05:11 +01:00
committed by GitHub
parent c37f77ce97
commit 13f2ab30ca

View File

@@ -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;