Trying to set integration_types on dale
All checks were successful
Build and push / changes (push) Successful in 3s
Build and push / Lint-Python (push) Successful in 1s
Build and push / Build-and-Push-Docker (push) Successful in 20s
Build and push / sync-argocd-app (push) Successful in 3s
Build and push / post-status-to-discord (push) Successful in 34s

This commit is contained in:
Luke R 2025-03-03 13:40:22 -08:00
parent 7c8200152b
commit a2bae1e0d8
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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()