mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-09 02:42:30 -05:00
[V3] Start work on fuzzy command search (#1600)
* [V3] Start work on fuzzy command search * Implement in command error handler * Something isn't working here, try fixing * Style compliance * Add fuzzywuzzy to pipfile * Dump the short doc part if there is no short doc * Add fuzzy command search on command not found in help * Move things around, implement for use of default d.py help formatter * Formatting compliance * Undo pipfile changes
This commit is contained in:
@@ -5,5 +5,6 @@ raven==6.5.0
|
||||
colorama==0.3.9
|
||||
jsonrpcserver
|
||||
pyyaml==3.12
|
||||
fuzzywuzzy[speedup]<=0.16.0
|
||||
Red-Trivia>=1.1.1
|
||||
async-timeout<3.0.0
|
||||
|
||||
Reference in New Issue
Block a user