Markoudstaal / node-red-contrib-discord-advanced

Recieve, send, edit and delete Discord messages in node-red.
MIT License
46 stars 16 forks source link

Listening to commands with autocomplete #80

Closed moshed closed 1 year ago

moshed commented 1 year ago

I would like to be able to create slash commands with autocomplete so I can let the user choose from a list of of more than 25 items total. It seems this is used by the giphy command which allows you to choose from millions of gifs based on if your query matches the gif tags.

Is this doable through this node?