mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
Meow
This commit is contained in:
@@ -37,7 +37,7 @@ module.exports = class BobRossCommand extends Command {
|
|||||||
ctx.fillStyle = 'white';
|
ctx.fillStyle = 'white';
|
||||||
ctx.fillRect(0, 0, 600, 775);
|
ctx.fillRect(0, 0, 600, 775);
|
||||||
ctx.rotate(3 * Math.PI / 180);
|
ctx.rotate(3 * Math.PI / 180);
|
||||||
ctx.drawImage(avatar, 44, 85, 300, 300);
|
ctx.drawImage(avatar, 44, 90, 300, 300);
|
||||||
ctx.rotate(-3 * Math.PI / 180);
|
ctx.rotate(-3 * Math.PI / 180);
|
||||||
ctx.drawImage(base, 0, 0);
|
ctx.drawImage(base, 0, 0);
|
||||||
};
|
};
|
||||||
|
|||||||
+1
-1
@@ -32,7 +32,7 @@
|
|||||||
"node": "7.10.0"
|
"node": "7.10.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"canvas": "^1.6.5",
|
"canvas": "automattic/node-canvas",
|
||||||
"cheerio": "^0.22.0",
|
"cheerio": "^0.22.0",
|
||||||
"custom-translate": "dragonfire535/custom-translate",
|
"custom-translate": "dragonfire535/custom-translate",
|
||||||
"discord.js": "hydrabolt/discord.js",
|
"discord.js": "hydrabolt/discord.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user