There was an error while loading. Please reload this page.
1 parent cd1071d commit 66ee334Copy full SHA for 66ee334
1 file changed
modules/fun/animal.py
@@ -61,7 +61,7 @@ async def get_animal(
61
image_url = await function_reference()
62
await interaction.followup.send(image_url)
63
64
- @get_animal.autocomplete("type")
+ @get_animal.autocomplete("type_of_animal")
65
async def status_autocomplete(
66
self: Self,
67
interaction: discord.Interaction,
0 commit comments