From 189a04cc25d1ea131879ce3ca88cac20e71b664b Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sun, 10 Jul 2022 11:37:37 +0300 Subject: [PATCH] bugfix --- src/structure/components/infractions/Note.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,