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"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -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
775
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
@@ -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));
|
||||
},
|
||||
};
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user