chore: merge dev to main (#159)
Some checks failed
Publish latest version / build (push) Failing after 1m14s

Reviewed-on: #159
Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Co-committed-by: Mylloon <kennel.anri@tutanota.com>
This commit is contained in:
Mylloon 2024-09-05 13:59:34 +02:00 committed by Mylloon
parent 8243ac7e31
commit 4eb05fa1ab
Signed by: Forgejo
GPG key ID: E72245C752A07631
3 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM node:22.2.0-bullseye-slim
FROM node:22.8-bullseye-slim
ENV DOCKERIZED=1
RUN mkdir /config && \
@ -19,5 +19,4 @@ RUN npm ci --omit=dev && \
npm uninstall typescript @types/sqlite3 && \
npm cache clean --force
ENV DP_FORCE_YTDL_MOD=@distube/ytdl-core
CMD ["dumb-init", "node", "./dist/index.js"]

View file

@ -1,4 +1,4 @@
# 🌱 Botanique ![status-badge](https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/badges/workflows/publish.yml/badge.svg)
# 🌱 Botanique [![status-badge](https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/badges/workflows/publish.yml/badge.svg)](https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/actions?workflow=publish.yml)
[**Ajoute le bot à ton serveur**](https://discord.com/api/oauth2/authorize?client_id=965598852407230494&permissions=8&scope=bot%20applications.commands)

View file

@ -1,2 +1 @@
TOKEN_DISCORD="your-token-goes-here"
DP_FORCE_YTDL_MOD="@distube/ytdl-core"