mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 23:22:56 +00:00
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:
parent
8d78964669
commit
d4bdd7dbf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue