diff options
author | 2022-02-25 01:28:50 +0000 | |
---|---|---|
committer | 2022-02-25 01:28:50 +0000 | |
commit | 5593a0c95e2b4fd9515c8875ea6e51c0ab88eb00 (patch) | |
tree | db5293c101a8fd204cb2afd185c9856420c1ae87 /botcore/utils/regex.py | |
parent | Merge pull request #29 from python-discord/port-utilities (diff) | |
parent | Custom css to de-bold index page (diff) |
Merge pull request #32 from python-discord/disnake-migrationv2.0.0
Disnake migration
Diffstat (limited to 'botcore/utils/regex.py')
-rw-r--r-- | botcore/utils/regex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/botcore/utils/regex.py b/botcore/utils/regex.py index 036a5113..abcaf299 100644 --- a/botcore/utils/regex.py +++ b/botcore/utils/regex.py @@ -15,7 +15,7 @@ DISCORD_INVITE = re.compile( flags=re.IGNORECASE ) """ -Regex for discord server invites. +Regex for Discord server invites. :meta hide-value: """ |