From 8fea49959759b34e703b9bffed4413b2a6caa18a Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 28 Oct 2019 00:11:01 -0400 Subject: [PATCH] fix lock issue --- src/commands/lock.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/lock.ts b/src/commands/lock.ts index 163cbc5..5ff2d29 100644 --- a/src/commands/lock.ts +++ b/src/commands/lock.ts @@ -33,6 +33,8 @@ export default class Lock extends Command { let processed: boolean = false; if (!momentMilliseconds) processed = true; + this.client.signale.debug(expiry); + this.client.signale.debug(momentMilliseconds); const moderation = new this.client.db.Moderation({ username: account.username, userID: account.userID,