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,