Hambergo / 9kmmrbot

MIT License
104 stars 29 forks source link

[enhancement] Fuzzy-finding for id command #37

Open tverghis opened 5 years ago

tverghis commented 5 years ago

If the hero name entered in the for id command doesn't exactly match a known hero name, it will not find anything. Maybe we could use a fuzzy-finding library (eg: Fuse) so you can match on partially correct (and even slightly misspelled) names?

Hambergo commented 5 years ago

Sounds good to me.

Can add acronyms/different names to heroes to match by, too