aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/moderation/massEvidence.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/massEvidence.ts b/src/commands/moderation/massEvidence.ts
index 8731de2..62421da 100644
--- a/src/commands/moderation/massEvidence.ts
+++ b/src/commands/moderation/massEvidence.ts
@@ -64,7 +64,7 @@ export default class MassEvidenceCommand extends BushCommand {
ids.map((id) =>
ModLog.findOne({
where: { guild: message.guild.id, user: id },
- order: [['createdAt', 'ASC']]
+ order: [['createdAt', 'DESC']]
}).catch(() => null)
)
)