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