Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Apr 8, 2024
1 parent 0c69074 commit c20250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ client.on(Events.ThreadCreate, async (channel) => {
(r) => r.name === 'Moderator'
);

await new Promise(resolve => setTimeout(resolve, 5000))
await new Promise((resolve) => setTimeout(resolve, 5000));

const message = await channel.send(
'Bringing mods into this thread so they can see it!'
Expand Down

0 comments on commit c20250f

Please sign in to comment.