Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function getWelcomeScreen
import { getWelcomeScreen } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/getWelcomeScreen.ts";

Gets the welcome screen for a guild.

Parameters

bot: Bot
  • The bot instance used to make the request
guildId: BigString
  • The ID of the guild to get the welcome screen for.

Returns

Promise<WelcomeScreen>

An instance of WelcomeScreen.