Update guildSplashUrl.ts

This commit is contained in:
a boi here
2021-12-20 18:45:15 +01:00
committed by GitHub
parent 0b09e26194
commit 659efea486

View File

@@ -6,7 +6,7 @@ import type { Bot } from "../../bot.ts";
export function guildSplashURL(
bot: Bot,
id: bigint,
splash: string | bigint | undefined,
splash: bigint | undefined,
options?: {
size?: ImageSize;
format?: ImageFormat;