fix lock issue
parent
8fea499597
commit
3f18050a27
|
@ -33,6 +33,7 @@ export default class Lock extends Command {
|
|||
let processed: boolean = false;
|
||||
if (!momentMilliseconds) processed = true;
|
||||
|
||||
this.client.signale.debug(lockLength);
|
||||
this.client.signale.debug(expiry);
|
||||
this.client.signale.debug(momentMilliseconds);
|
||||
const moderation = new this.client.db.Moderation({
|
||||
|
|
Loading…
Reference in New Issue