File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/website/docs/guide/02-commands Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This feature is only available for chat input (slash) commands.
9
9
:::
10
10
11
11
In your chat input command options, autocomplete allows users on
12
- Discord to see a list of suggested options based on what they're
12
+ Discord to see a list of suggested choices based on what they're
13
13
actively typing.
14
14
15
15
## Autocomplete with CommandKit
@@ -85,9 +85,9 @@ export const chatInput: ChatInputCommand = async ({
85
85
86
86
:::warning
87
87
88
- The Discord API only allows a maximum of 25 autocomplete options per
88
+ The Discord API only allows a maximum of 25 autocomplete choices per
89
89
response. To ensure you don't run into errors, it's highly recommended
90
- to manually limit your response array to this amount.
90
+ to manually limit your choices response array to this amount.
91
91
92
92
:::
93
93
You can’t perform that action at this time.
0 commit comments