Skip to content

Commit

Permalink
Add author message
Browse files Browse the repository at this point in the history
  • Loading branch information
hendraaagil committed Jul 26, 2021
1 parent 33dcb53 commit bd9eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
);
if (regexPattern.test(message.content)) {
user.roles.add(roleMember);
chLog.send(message);
chLog.send(`Pesan dari ${user}\n${message}`);
message.react('☑');
message.reply(
`Selamat kamu sudah resmi menjadi **${roleMember.name}** dari **${message.guild.name}**.\nSelamat bergabung dan jangan lupa pilih role terlebih dahulu di ${chRole}!`
Expand Down

0 comments on commit bd9eb04

Please sign in to comment.