Skip to content

Commit

Permalink
fix(logs): log detected nickname properly
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Jun 25, 2022
1 parent cb79e7b commit dc34f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detector/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = async ({ client, message, member, reaction, type }) => {
break;

case 'Nickname':
fields.push({ name: 'Nickname', value: member.nickname });
fields.push({ name: 'Nickname', value: member.displayName });
break;

case 'Reaction':
Expand Down

0 comments on commit dc34f62

Please sign in to comment.