function editWidgetSettingsimport { editWidgetSettings } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; editWidgetSettings(bot: Bot,guildId: BigString,enabled: boolean,channelId?: string | null,): Promise<GuildWidgetSettings>Edits the settings of a guild's widget. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to edit the settings of the widget of. enabled: booleanoptionalchannelId: string | nullReturnsPromise<GuildWidgetSettings>An instance of the edited GuildWidgetSettings.