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