1
0
Fork 0

fix lock issue

refactor/models
Matthew 2019-10-28 00:11:01 -04:00
parent 08039c6e94
commit 8fea499597
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 2 additions and 0 deletions

View File

@ -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,