Skip to main content
Module

x/discordeno/mod.ts>getWelcomeScreen

Discord API library for Deno
Latest
function getWelcomeScreen
import { getWelcomeScreen } from "https://deno.land/x/discordeno@18.0.1/mod.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.