From a2bae1e0d860b183f9869b8ec687295e64976597 Mon Sep 17 00:00:00 2001 From: Luke R Date: Mon, 3 Mar 2025 13:40:22 -0800 Subject: [PATCH] Trying to set integration_types on dale --- Dockerfile-test-env | 2 +- app/cogs/animal_functions.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile-test-env b/Dockerfile-test-env index 058a1daf..f8f75cbb 100755 --- a/Dockerfile-test-env +++ b/Dockerfile-test-env @@ -7,7 +7,7 @@ RUN /root/.local/bin/uv pip install --system --verbose -r requirements.txt FROM python:3.10-rc-slim RUN apt-get update && apt-get install -y --no-install-recommends imagemagick vim jq curl -copy --from=0 /root/.local/bin/uv /root/.local/bin/uv +COPY --from=0 /root/.local/bin/uv /root/.local/bin/uv RUN /root/.local/bin/uv pip install --system black && echo "find . -name "*sync-conflict*" -print -delete; black .; ./bot.py" >/usr/local/bin/start && chmod +x /usr/local/bin/start COPY --from=0 /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages ADD app /app diff --git a/app/cogs/animal_functions.py b/app/cogs/animal_functions.py index 0c7d4c07..a869ea31 100755 --- a/app/cogs/animal_functions.py +++ b/app/cogs/animal_functions.py @@ -36,6 +36,7 @@ class AnimalFunctions(commands.Cog): guild_ids=None, name="dale", description="Posts a photo of the goodest boy. Rest in power king", + integration_types=[0, 1], ) async def dale(self, ctx: commands.Context): await ctx.defer()