mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -103,7 +103,7 @@ module.exports = class TweetCommand extends Command {
|
||||
imageCtx.quadraticCurveTo(x, y, x + radius, y);
|
||||
imageCtx.closePath();
|
||||
imageCtx.clip();
|
||||
imageCtx.drawImage(imageData, 0, 0);
|
||||
imageCtx.drawImage(imageData, 0, 0, imageWidth, imageHeight);
|
||||
ctx.drawImage(imageCanvas, 17, base1.height + linesLen, imageWidth, imageHeight);
|
||||
}
|
||||
const likes = randomRange(Math.ceil(userData.followers * 0.0015), Math.ceil(userData.followers * 0.002));
|
||||
|
||||
Reference in New Issue
Block a user