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

Commit

Permalink
attempt #2 fixing punishments
Browse files Browse the repository at this point in the history
  • Loading branch information
RealEthanPlayzDev committed Oct 11, 2023
1 parent 73ec220 commit b40a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Moderation/Punishments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Command: MeteoriumCommand = {

const Punishments = await client.Database.moderationCase.findMany({
where: { TargetUserId: User.id },
orderBy: { CaseId: "asc" },
orderBy: [{ CaseId: "asc" }],
});

let TotalKick = 0,
Expand Down

0 comments on commit b40a715

Please sign in to comment.