Skip to content

Commit

Permalink
Update guildMemberAdd.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Oct 16, 2023
1 parent 4638b81 commit d65ead8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/discord/events/guildMemberAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = async (client, member, guild) => {
}

if (userData.get(member.id) == null) {
welcomeChannel.send(`Welcome <@${member}> to DanBot Hosting! To get started please read <#898041835002400768> and <#898041837535776788>`);
welcomeChannel.send(`Welcome ${member} to DanBot Hosting! To get started please read <#898041835002400768> and <#898041837535776788>`);
} else {
member.roles.add(config.DiscordBot.roles.client);
welcomeChannel.send(`Welcome back <@${member}> to DanBot Hosting!`);
Expand Down

0 comments on commit d65ead8

Please sign in to comment.