mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
fix: typo
This commit is contained in:
@@ -9,7 +9,7 @@ export async function editWelcomeScreen(bot: Bot, guildId: bigint, options: Modi
|
||||
bot.constants.endpoints.GUILD_WELCOME_SCREEN(guildId),
|
||||
{
|
||||
enabled: options.enabled,
|
||||
welcomeScreen: options.welcomeScreen?.map((welcomeScreen) => {
|
||||
welcome_screen: options.welcomeScreen?.map((welcomeScreen) => {
|
||||
return {
|
||||
channel_id: welcomeScreen.channelId,
|
||||
description: welcomeScreen.description,
|
||||
|
||||
Reference in New Issue
Block a user