We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b29c2 commit 47b17daCopy full SHA for 47b17da
src/feeds/AutoModManager.ts
@@ -228,7 +228,7 @@ function flagsToDiscordEmbeds(data: IModWithFlags[]): RESTPostAPIWebhookWithToke
228
}
229
230
return {
231
- content: "# Mod Spam Detected\n<@&1308814010602487839> <@&520360132631199744>", //@here removed
+ content: "# Mod Spam Detected\n@here", //role pings <@&1308814010602487839> <@&520360132631199744>
232
username: "Automod",
233
embeds: data.map(modEmbeds)
234
0 commit comments