function getGuildIconURLimport { getGuildIconURL } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; getGuildIconURL(bot: Bot,guildId: BigString,imageHash: BigString | undefined,options?: { size?: ImageSize; format?: ImageFormat; },): string | undefinedBuilds a URL to the guild icon stored in the Discord CDN. Parametersbot: Bot The bot instance to use to build the URL. guildId: BigString The ID of the guild to get the link to the banner for. imageHash: BigString | undefined The parameters for the building of the URL. optionaloptions: { size?: ImageSize; format?: ImageFormat; }Returnsstring | undefinedThe link to the resource or undefined if no banner has been set.