mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
[Help] Fixes some issues with fuzzy help (#2674)
* Fixes some issues with fuzzy help - also cleans up some name shadowing which wasn't causing issues (curently) * ver * style
This commit is contained in:
@@ -174,7 +174,7 @@ class VersionInfo:
|
||||
)
|
||||
|
||||
|
||||
__version__ = "3.1.0"
|
||||
__version__ = "3.1.1"
|
||||
version_info = VersionInfo.from_str(__version__)
|
||||
|
||||
# Filter fuzzywuzzy slow sequence matcher warning
|
||||
|
||||
Reference in New Issue
Block a user