diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 4526731..d8d652e 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -746,5 +746,5 @@ You can set set the generator for the autocompletion with a decorator # set the generator @my_command.options[0].autocomplete_function # you could also use my_command.options["name"] - async def my_generator(ctx: AutocompletInteraction): - return [...] \ No newline at end of file + async def my_generator(ctx: AutocompleteInteraction): + return [...]