Skip to content

Commit d338b45

Browse files
committed
fix autocomplete choices wording
1 parent 4884fbe commit d338b45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/website/docs/guide/02-commands/02-command-options-autocomplete.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This feature is only available for chat input (slash) commands.
99
:::
1010

1111
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
1313
actively typing.
1414

1515
## Autocomplete with CommandKit
@@ -85,9 +85,9 @@ export const chatInput: ChatInputCommand = async ({
8585

8686
:::warning
8787

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
8989
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.
9191

9292
:::
9393

0 commit comments

Comments
 (0)