commit
This commit is contained in:
parent
3058ea7089
commit
93ac8b1029
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue