darrenfoley / Asiago

A Discord bot written in C#
GNU General Public License v3.0
1 stars 0 forks source link

Add auto-complete option for game titles #7

Closed t-vaudry closed 6 months ago

t-vaudry commented 7 months ago

When using the /gamedeals command, the title entry requires a string input. It must be an exact match for the title of the game. This can be difficult when trying to find the best deals for your game.

Using a search ability in the ITAD API, implement an auto-complete option for the title parameter. Limit results to 25. Allow fuzzy matching.