Community Patterns

Community Library Entry

2

Regular Expression
Created·2023-12-17 20:34
Updated·2024-01-23 17:37
Flavor·Rust

r"
(https://)?discord\.gg/[a-zA-Z0-9]+
"
gm
Open regex in editor

Description

Discord AutoMod Regex

Use this Regex with Discord's built-in automod to prevent all invite URLs. This will block discord.gg/ad but not .gg/ad

Consider seeing my "strict" version otherwise.

Submitted by dogknife