fix: typo

This commit is contained in:
Skillz4Killz
2021-12-05 15:16:53 +00:00
committed by GitHub
parent 4cae6da1a4
commit a073c0741a
+1 -1
View File
@@ -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,