This commit is contained in:
Lukian LEIZOUR 2024-08-20 18:02:00 +02:00
parent 3058ea7089
commit 93ac8b1029

View file

@ -9,6 +9,8 @@ export default {
const guild = await getGuild(connection, member.guild.id);
const config = await getWelcomeConfig(connection, member.guild.id);
connection.end();
if (guild[0]?.welcome_message && config[0]) {
const embed = new EmbedBuilder();