function getWidgetimport { getWidget } from "https://deno.land/x/discordeno@17.0.1/helpers/guilds/widget/getWidget.ts"; getWidget(bot: Bot, guildId: BigString): Promise<GuildWidget>Gets the guild widget by guild ID. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the widget of. ReturnsPromise<GuildWidget>An instance of GuildWidget.