Actually fix filters
This commit is contained in:
parent
d568e7f030
commit
d3485f0be2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
import re
|
import re
|
||||||
|
|
||||||
invites = re.compile(
|
invites = re.compile(
|
||||||
r"(?:discord.?(?:gg|io|me|li))|discord(?:app)?.?com/(?:invite))/([^\s/]+?)(?=\b)",
|
r"(?:discord.?(?:gg|io|me|li)|discord(?:app)?.?com/(?:invite))/([^\s/]+?)(?=\b)",
|
||||||
flags=re.IGNORECASE,
|
flags=re.IGNORECASE,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue