function getGuildPreviewimport { getGuildPreview } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.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.