Skip to content

Commit 47b17da

Browse files
committed
Changed the pings back to @here.
1 parent b2b29c2 commit 47b17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feeds/AutoModManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function flagsToDiscordEmbeds(data: IModWithFlags[]): RESTPostAPIWebhookWithToke
228228
}
229229

230230
return {
231-
content: "# Mod Spam Detected\n<@&1308814010602487839> <@&520360132631199744>", //@here removed
231+
content: "# Mod Spam Detected\n@here", //role pings <@&1308814010602487839> <@&520360132631199744>
232232
username: "Automod",
233233
embeds: data.map(modEmbeds)
234234
}

0 commit comments

Comments
 (0)