LinsaneFC / RasenBot

3 stars 0 forks source link

TASK - Add an Autofill Search Bar when using the move command to avoid incorrect spelling #11

Open LinsaneFC opened 2 years ago

LinsaneFC commented 2 years ago

One of our move commands (not automove) allows for users to specify the user to move and the channel to move them to. We should have autofill search bars for each parameter (user/channel) such that we can avoid any typos.

More information regarding autofill search bar usages from discord.py can be found in the documentation. An example can be found here: https://discordpy.readthedocs.io/en/stable/interactions/api.html?highlight=autocomplete#discord.app_commands.Command.autocomplete