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 dc45475 commit 7bef280Copy full SHA for 7bef280
content/docs/moderation/advanced-automoderator/triggers.md
@@ -305,7 +305,7 @@ This trigger will fire when a message triggers Discord's Automod.
305
<!-- footnotes -->
306
307
[^1]: The regular expression used to match links is the following:<br>
308
-``(?i)([a-z\d]+://)([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])``
+``(?i)([a-z\d]+:[//])([\w-._~:/?#\[\]@!$&'()*+,;%=]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])``
309
310
[^2]: Under the hood, the bot will only check the last 1000 messages in the channel. If you have a high-traffic channel
311
in combination with an extremely long time frame, the bot could (theoretically) miss some messages.
0 commit comments