Skip to content

Commit

Permalink
updated the unmute embed to now show undefined now
Browse files Browse the repository at this point in the history
okay now the unmute embed should be fixed :P
  • Loading branch information
MirageZoe committed Aug 26, 2019
1 parent ff0aeaf commit 04c00cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion better_antispam.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = async (client, options) => {
user.removeRole(role);
let unmutedEmbed = new RichEmbed()
.setAuthor('Action | Auto Unmute')
.addField(`Member unmuted:`,`${user.username}`)
.addField(`Member unmuted:`,`${user}`)
.addField(`Reason of unmute:`,`Time Expired(10 min)`)
.setColor('#D9D900')
ReportChannel.send(unmutedEmbed)
Expand Down

0 comments on commit 04c00cc

Please sign in to comment.