nyxx-discord / nyxx_commands

A framework for easily creating slash commands and text commands for Discord using the nyxx library.
Apache License 2.0
13 stars 5 forks source link

Don't return nothing when autocomplete query is empty #90

Closed abitofevrything closed 2 years ago

abitofevrything commented 2 years ago

Description

Previously, if the input to an autocomplete query was empty, the search would return no results in SimpleConverter. This PR changes this to show the top 25 options returned by the provider.

Type of change

Checklist: