diff --git a/src/structure/components/infractions/Note.js b/src/structure/components/infractions/Note.js index 21cee3c..385b3f7 100644 --- a/src/structure/components/infractions/Note.js +++ b/src/structure/components/infractions/Note.js @@ -12,7 +12,7 @@ class NoteInfraction extends Infraction { arguments: opts.arguments, type: opts.type, executor: opts.executor.user, - target: opts.target.user, + target: opts.target, reason: opts.reason, guild: opts.guild, channel: opts.channel,