Skip to content

Commit b71ec73

Browse files
committed
grammar
1 parent 9163c9e commit b71ec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app_commands/slash_autocomplete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async def get_colors(ctx: discord.AutocompleteContext):
102102

103103

104104
async def get_animals(ctx: discord.AutocompleteContext):
105-
"""Returns an animal that is (mostly) the color selected for the "color" option."""
105+
"""Returns a list of animals that are (mostly) the color selected for the "color" option."""
106106
picked_color = ctx.options["color"]
107107
if picked_color == "red":
108108
return ["cardinal", "ladybug"]

0 commit comments

Comments
 (0)