From b4f63cee9a3544dc5eccc0931b7637b88045b4a7 Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:30:11 -0700 Subject: [PATCH] Fix a typo in the autocomplete parameter name in animal --- modules/fun/animal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/fun/animal.py b/modules/fun/animal.py index 76c3c01c..24db85be 100644 --- a/modules/fun/animal.py +++ b/modules/fun/animal.py @@ -61,7 +61,7 @@ async def get_animal( image_url = await function_reference() await interaction.followup.send(image_url) - @get_animal.autocomplete("type") + @get_animal.autocomplete("type_of_animal") async def status_autocomplete( self: Self, interaction: discord.Interaction,