function getGuildimport { getGuild } from "https://deno.land/x/discordeno@17.0.1/helpers/guilds/getGuild.ts"; getGuild(bot: Bot,guildId: BigString,options?: { counts?: boolean; },): Promise<Guild>Gets a guild by its ID. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get. optionaloptions: { counts?: boolean; } = [UNSUPPORTED] The parameters for the fetching of the guild. ReturnsPromise<Guild>An instance of Guild.