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