diff --git a/src/functions/checkLock.ts b/src/functions/checkLock.ts index be1b924..5a2fdf7 100644 --- a/src/functions/checkLock.ts +++ b/src/functions/checkLock.ts @@ -39,10 +39,11 @@ export default function checkLock(client: Client) { }); // @ts-ignore client.createMessage('580950455581147146', { embed }); + client.signale.complete(`Unlocked account ${account.username} | Queue date at ${moderation.expiration.date.toLocaleString('en-us')}`); } }); } catch (error) { await client.util.handleError(error); } - }); + }, 10000); }