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 5500c5e commit 0bd32afCopy full SHA for 0bd32af
pydis_core/utils/regex.py
@@ -11,7 +11,7 @@
11
r"discord([.,]|dot)li|" # or discord.li
12
r"discord([.,]|dot)io|" # or discord.io.
13
r"((?<!\w)([.,]|dot))gg" # or .gg/
14
- r")(/|slash)" # / or 'slash'
+ r")(/|slash|\\)" # / or \ or 'slash'
15
r"(?P<invite>\S+)", # the invite code itself
16
flags=re.IGNORECASE
17
)
0 commit comments