function getGuildPreviewimport { getGuildPreview } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getGuildPreview(bot: Bot, guildId: BigString): Promise<GuildPreview>Gets the preview of a guild by a guild's ID. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the preview of. ReturnsPromise<GuildPreview>An instance of GuildPreview.