Skip to content

Commit

Permalink
Update archive.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid authored Aug 25, 2020
1 parent 8c4befa commit 22bfbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports.add = (message) => {
username: message.author.username,
discriminator: message.author.discriminator,
displayName: message.member.displayName,
color: message.member.displayColor,
color: m.displayColor === 0 ? null : m.displayColor,
badge: message.author.bot ? 'bot' : null
};
}
Expand Down

0 comments on commit 22bfbf2

Please sign in to comment.