enhancement(lint): Fix lint errors for src/commands/on_user_join.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-11-22 03:26:51 +00:00 committed by GitHub
parent 8d78964669
commit d4bdd7dbf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,7 @@ export default class UserJoinEvent implements Command {
thread_ts: e.ts,
});
await new Promise((r) => setTimeout(r, t));
t += 950;
t += 950;
}
});
});