aboutsummaryrefslogtreecommitdiff
path: root/src/commands/utilities/reminders.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utilities/reminders.ts')
-rw-r--r--src/commands/utilities/reminders.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/utilities/reminders.ts b/src/commands/utilities/reminders.ts
index 34034d8..8b4124d 100644
--- a/src/commands/utilities/reminders.ts
+++ b/src/commands/utilities/reminders.ts
@@ -1,6 +1,8 @@
import { BushCommand, ButtonPaginator, Reminder, type BushMessage, type BushSlashMessage } from '#lib';
+import assert from 'assert';
import { type MessageEmbedOptions } from 'discord.js';
import { Op } from 'sequelize';
+assert(Op);
export default class RemindersCommand extends BushCommand {
public constructor() {