We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9163c9e commit b71ec73Copy full SHA for b71ec73
examples/app_commands/slash_autocomplete.py
@@ -102,7 +102,7 @@ async def get_colors(ctx: discord.AutocompleteContext):
102
103
104
async def get_animals(ctx: discord.AutocompleteContext):
105
- """Returns an animal that is (mostly) the color selected for the "color" option."""
+ """Returns a list of animals that are (mostly) the color selected for the "color" option."""
106
picked_color = ctx.options["color"]
107
if picked_color == "red":
108
return ["cardinal", "ladybug"]
0 commit comments