function editWelcomeScreenimport { editWelcomeScreen } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; editWelcomeScreen(bot: Bot,guildId: BigString,options: ModifyGuildWelcomeScreen,): Promise<WelcomeScreen>Edits a guild's welcome screen. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to edit the welcome screen of. options: ModifyGuildWelcomeScreen The parameters for the edit of the welcome screen. ReturnsPromise<WelcomeScreen>An instance of the edited WelcomeScreen.