Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
debug Case 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiatedExodus committed Feb 6, 2024
1 parent eaae050 commit 5f76513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Moderation/Case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const Command: MeteoriumCommand = {
value: userMention(Case.ModeratorUserId),
},
{ name: "Reason", value: Case.Reason },
{ name: "Moderator note", value: Case.ModeratorNote },
{ name: "Moderator note", value: Case.ModeratorNote != "" ? Case.ModeratorNote : "" },
)
.setImage(Case.AttachmentProof == "" ? null : Case.AttachmentProof)
.setThumbnail(Case.ModeratorAttachment == "" ? null : Case.ModeratorAttachment)
Expand Down

0 comments on commit 5f76513

Please sign in to comment.