Files
BumbleCee/DPP-master/docpages/example_programs/interactions_and_components/slashcommands/autocomplete.md
2023-12-20 19:45:25 +09:00

243 B

\page application-command-autocomplete Slash Command Autocompletion

Discord now supports sending auto completion lists for slash command choices. To use this feature you can use code such as the example below:

\include{cpp} autocomplete.cpp