Skip to content

Commit 66ee334

Browse files
authored
Fix a typo in the autocomplete parameter name in animal (#1548)
1 parent cd1071d commit 66ee334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/fun/animal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async def get_animal(
6161
image_url = await function_reference()
6262
await interaction.followup.send(image_url)
6363

64-
@get_animal.autocomplete("type")
64+
@get_animal.autocomplete("type_of_animal")
6565
async def status_autocomplete(
6666
self: Self,
6767
interaction: discord.Interaction,

0 commit comments

Comments
 (0)