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 1683547 commit 7a0f529Copy full SHA for 7a0f529
pydis_core/utils/regex.py
@@ -10,7 +10,7 @@
10
r"(gg|me)" # TLDs that embed within discord
11
r"|com(\/|slash|\\)invite" # Only match com/invite
12
r")"
13
- r"(/|slash|\\)" # / or \ or 'slash'
+ r"(/|slash|\\+)" # / or 'slash' or 1+ of \
14
r"(?P<invite>\S+)", # the invite code itself
15
flags=re.IGNORECASE
16
)
0 commit comments