Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Szedann committed Dec 28, 2023
1 parent 2a96519 commit ca76f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/spam.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ const getMessageSuspicions = async (message: Message) => {
if (
invite.guild?.nsfwLevel == GuildNSFWLevel.Explicit ||
invite.guild?.nsfwLevel == GuildNSFWLevel.AgeRestricted
){
) {
level += 20;
reasons.add("discord invites")
reasons.add('discord invites');
}
const phishGGData = await (
await fetch(`https://api.phish.gg/server?id=${invite.guild?.id}`)
Expand Down

0 comments on commit ca76f87

Please sign in to comment.