canvas error on hold
This commit is contained in:
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
@@ -5,7 +5,6 @@ on:
|
|||||||
branches: ["canary"]
|
branches: ["canary"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -2,6 +2,5 @@
|
|||||||
FROM node:16.10.0
|
FROM node:16.10.0
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
RUN sudo apt install python
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
775
package-lock.json
generated
775
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,6 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/client": "^3.12.0",
|
"@prisma/client": "^3.12.0",
|
||||||
"canvas": "^2.9.1",
|
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"daemon": "^1.1.0",
|
"daemon": "^1.1.0",
|
||||||
"discord.js": "^13.6.0",
|
"discord.js": "^13.6.0",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
/*module.exports = {
|
||||||
name: "profile",
|
name: "profile",
|
||||||
async execute(cl, msg, args, connect) {
|
async execute(cl, msg, args, connect) {
|
||||||
const { roundRect, expThreshold } = require("../functions/tools");
|
const { roundRect, expThreshold } = require("../functions/tools");
|
||||||
@@ -54,3 +54,4 @@ module.exports = {
|
|||||||
.catch((err) => console.error(err.stack));
|
.catch((err) => console.error(err.stack));
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user