diff --git a/app/cogs/animal_functions.py b/app/cogs/animal_functions.py index a2762f62..c9b838a7 100755 --- a/app/cogs/animal_functions.py +++ b/app/cogs/animal_functions.py @@ -39,7 +39,7 @@ class AnimalFunctions(commands.Cog): integration_types=[0, 1], contexts=[0, 1, 2], ) - async def dale(self, ctx: commands.Context): + async def dale(self, ctx: commands.Context, user: discord.Member): await ctx.defer() await ctx.send_followup(file=discord.File(animals.dale()))