mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
change: prettier code
This commit is contained in:
committed by
GitHub Action
parent
20616e8a36
commit
3a08aa15f4
@@ -10,9 +10,9 @@ export async function editWelcomeScreen(bot: Bot, guildId: bigint, options: Modi
|
||||
channel_id: welcomeScreen.channelId,
|
||||
description: welcomeScreen.description,
|
||||
emoji_id: welcomeScreen.emojiId,
|
||||
emoji_name: welcomeScreen.emojiName
|
||||
}
|
||||
emoji_name: welcomeScreen.emojiName,
|
||||
};
|
||||
}),
|
||||
description: options.description
|
||||
description: options.description,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user