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 21a32de commit 3b7f09eCopy full SHA for 3b7f09e
pydis_core/utils/regex.py
@@ -7,7 +7,7 @@
7
r"(discord(app)?)?" # Optional discord(app)
8
r"([.,]|dot)" # Various characters to cover dots
9
r"("
10
- r"(gg|me|li|io)" # A few TLDs that embed within discord
+ 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'
0 commit comments