From 57166ebcecde3e5dcb6a270fdc3a1c0ff14f798c Mon Sep 17 00:00:00 2001 From: Luke R Date: Mon, 3 Mar 2025 13:49:53 -0800 Subject: [PATCH] Add contexcts to dale command --- app/cogs/animal_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/cogs/animal_functions.py b/app/cogs/animal_functions.py index a869ea31..a2762f62 100755 --- a/app/cogs/animal_functions.py +++ b/app/cogs/animal_functions.py @@ -37,6 +37,7 @@ class AnimalFunctions(commands.Cog): name="dale", description="Posts a photo of the goodest boy. Rest in power king", integration_types=[0, 1], + contexts=[0, 1, 2], ) async def dale(self, ctx: commands.Context): await ctx.defer()