Skip to content

Commit

Permalink
Update responsible moderator on note edit
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingMilkshake committed Jun 29, 2024
1 parent 3d27ab3 commit acd95f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Commands/InteractionCommands/UserNoteInteractions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public async Task EditUserNoteAsync(InteractionContext ctx,
showOnce = note.ShowOnce;

// Assemble new note
note.ModUserId = ctx.User.Id;
note.NoteText = newNoteText;
note.ShowOnModmail = (bool)showOnModmail;
note.ShowOnWarn = (bool)showOnWarn;
Expand Down

0 comments on commit acd95f0

Please sign in to comment.