Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Mar 31, 2024
1 parent 3b37a8a commit c7539d1
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 @@ -102,7 +102,7 @@ client.on(Events.ThreadCreate, async (channel) => {
`Hello <@!${channel.ownerId}>! Someone will help you shortly, please do not ping moderators or other people and just wait for someone to come help.`
);
} else {
await message.delete()
await message.delete();
}
}
} catch (error) {
Expand Down

0 comments on commit c7539d1

Please sign in to comment.