Skip to content

Commit

Permalink
Changed the pings back to @here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pickysaurus committed Nov 21, 2024
1 parent b2b29c2 commit 47b17da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feeds/AutoModManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function flagsToDiscordEmbeds(data: IModWithFlags[]): RESTPostAPIWebhookWithToke
}

return {
content: "# Mod Spam Detected\n<@&1308814010602487839> <@&520360132631199744>", //@here removed
content: "# Mod Spam Detected\n@here", //role pings <@&1308814010602487839> <@&520360132631199744>
username: "Automod",
embeds: data.map(modEmbeds)
}
Expand Down

0 comments on commit 47b17da

Please sign in to comment.