From 292123d91d5cea1ca72a0f4935ac168ef939cf29 Mon Sep 17 00:00:00 2001 From: brotherelric <66126306+brotherelric@users.noreply.github.com> Date: Sat, 27 Nov 2021 17:40:04 +0000 Subject: [PATCH] 'AutocompleteInteraction' Typo --- docs/source/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 [...]