ping user on guild join

This commit is contained in:
SowinskiBraeden committed 2023-05-08 08:19:17 -07:00
1 parent 1baec1b0ed
commit fecc2d37dd
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -9,5 +9,5 @@ module.exports = async (client, member) => {
.setColor(client.config.Colors.Default)
.setDescription(`**Welcome** <@${member.user.id}> to **DayZ Reforger**\nTo gain access please use the command </gamertag-link:1087116946442559609>`);
channel.send({ embeds: [embed] });
channel.send({ content: `<@${member.user.id}>`, embeds: [embed] });
};