diff options
author | 2022-02-22 21:27:35 +0000 | |
---|---|---|
committer | 2022-02-24 20:07:37 +0000 | |
commit | 953e255becbb1ba3daac96f07f2841d820ca931e (patch) | |
tree | 15a52572b346c23249fe6a8529e7e4ca4fc98fc6 /botcore/utils/regex.py | |
parent | Add disnake monkey patches (diff) |
Migrate to using disnake over Discord.py 2.0a0
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: """ |