function getWidgetImageURLimport { getWidgetImageURL } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; getWidgetImageURL(bot: Bot,guildId: BigString,options?: GetGuildWidgetImageQuery,): stringBuilds a URL to the guild widget image 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 widget image for. optionaloptions: GetGuildWidgetImageQuery The parameters for the building of the URL. ReturnsstringThe link to the resource.