mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 18:00:08 +00:00
Update guildSplashUrl.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user