function getGuildimport { getGuild } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.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.