function getWidgetSettingsimport { getWidgetSettings } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; getWidgetSettings(bot: Bot, guildId: BigString): Promise<GuildWidgetSettings>Gets 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 get the widget of. ReturnsPromise<GuildWidgetSettings>An instance of GuildWidgetSettings.