function editWidgetSettingsimport { editWidgetSettings } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.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.