function editGuildimport { editGuild } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; editGuild(bot: Bot,guildId: BigString,options: ModifyGuild,shardId: number,): Promise<Guild>Edits a guild's settings. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to edit. options: ModifyGuild The ID of the shard the guild is in. shardId: number The parameters for the edit of the guild. ReturnsPromise<Guild>An instance of the edited Guild.