zhaobenny / bz-cogs

Interesting cogs for Red Bot
MIT License
23 stars 14 forks source link

aimage: let autocomplete time out the first time, add sorting #25

Closed hollowstrawberry closed 8 months ago

hollowstrawberry commented 8 months ago

made it so it shows all strings containing the search, but first shows the strings that start with the search

image

hollowstrawberry commented 8 months ago

For reference, by providing an empty list instead of timing out, the discord client caches that response and refuses to show the list once it actually loads. So timing out is preferable, though still not ideal.