Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 292123d

Browse files
authored
'AutocompleteInteraction' Typo
1 parent 6f8cd99 commit 292123d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,5 +746,5 @@ You can set set the generator for the autocompletion with a decorator
746746
747747
# set the generator
748748
@my_command.options[0].autocomplete_function # you could also use my_command.options["name"]
749-
async def my_generator(ctx: AutocompletInteraction):
750-
return [...]
749+
async def my_generator(ctx: AutocompleteInteraction):
750+
return [...]

0 commit comments

Comments
 (0)