diff --git a/src/index.ts b/src/index.ts index 6646e6a..a2c432b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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!'