diff --git a/src/structure/components/commands/administration/Modstats.js b/src/structure/components/commands/administration/Modstats.js index bfc7d49..aaaa1b0 100644 --- a/src/structure/components/commands/administration/Modstats.js +++ b/src/structure/components/commands/administration/Modstats.js @@ -40,6 +40,8 @@ class ModstatsCommand extends SlashCommand { $gt: opts.after.valueOf(), $lt: opts.before.valueOf() }; + result.time.rangeEnd = opts.before.valueOf(); + result.time.rangeStart = opts.after.valueOf(); } const data = await this.client.mongodb.infractions.find(query, { projection: { executor: 1, type: 1 } });