feat: discord.js v13

This commit is contained in:
Hellyson Rodrigo Parteka 2021-11-12 16:30:18 -03:00
parent a4e67d6383
commit 8448feebb6
No known key found for this signature in database
GPG key ID: 3055745CA21934C7
13 changed files with 381 additions and 154 deletions

View file

@ -1,7 +1,7 @@
FROM node:14.15.4-alpine AS base
FROM node:16.13.0-alpine AS base
# Install ffmpeg and build dependencies
RUN apk add --no-cache ffmpeg python make g++
RUN apk add --no-cache ffmpeg python2 make g++
WORKDIR /usr/app