canvas error on hold

This commit is contained in:
Stanislaw
2022-06-21 14:13:49 +02:00
parent 7e3e7ecbf8
commit d0ed5f7e00
5 changed files with 2 additions and 779 deletions

View File

@@ -5,7 +5,6 @@ on:
branches: ["canary"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:

View File

@@ -2,6 +2,5 @@
FROM node:16.10.0
WORKDIR /app
COPY ./ ./
RUN sudo apt install python
RUN npm install
CMD ["node", "index.js"]

775
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,6 @@
},
"dependencies": {
"@prisma/client": "^3.12.0",
"canvas": "^2.9.1",
"colors": "^1.4.0",
"daemon": "^1.1.0",
"discord.js": "^13.6.0",

View File

@@ -1,4 +1,4 @@
module.exports = {
/*module.exports = {
name: "profile",
async execute(cl, msg, args, connect) {
const { roundRect, expThreshold } = require("../functions/tools");
@@ -54,3 +54,4 @@ module.exports = {
.catch((err) => console.error(err.stack));
},
};
*/