Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 364 Bytes

Discord-AutoMod-Anti-Pings.md

File metadata and controls

14 lines (10 loc) · 364 Bytes

If you want to block both User and Role Pings

<@[!&]?\d+> (Regex)

If you want to just block User Pings

<@!?\d+> (Regex)

If you want to just block Role Pings

<@&\d+> (Regex)

If you want to block @everyone and @here pings

@everyone,@here (Normal)

Example Setup

Discord-AutoMod-Anti-Pings