Browse Source

[Docs] Fix typo in autocompletion.md (#2548)

Interations -> Interactions
fix/if-docs
Ikko Ashimine GitHub 2 years ago
parent
commit
1d53ea7679
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/int_framework/autocompletion.md

+ 1
- 1
docs/guides/int_framework/autocompletion.md View File

@@ -7,7 +7,7 @@ title: Command Autocompletion

[Autocompleters] provide a similar pattern to TypeConverters.
[Autocompleters] are cached, singleton services and they are used by the
Interaction Service to handle Autocomplete Interations targeted to a specific Slash Command parameter.
Interaction Service to handle Autocomplete Interactions targeted to a specific Slash Command parameter.

To start using AutocompleteHandlers, use the `[AutocompleteAttribute(Type type)]` overload of the [AutocompleteAttribute].
This will dynamically link the parameter to the [AutocompleteHandler] type.


Loading…
Cancel
Save