mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 18:39:35 +02:00
Fix
This commit is contained in:
@@ -104,7 +104,7 @@ module.exports = class TweetCommand extends Command {
|
|||||||
imageCtx.closePath();
|
imageCtx.closePath();
|
||||||
imageCtx.clip();
|
imageCtx.clip();
|
||||||
imageCtx.drawImage(imageData, 0, 0);
|
imageCtx.drawImage(imageData, 0, 0);
|
||||||
ctx.drawImage(imageCanvas, x, y, 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));
|
const likes = randomRange(Math.ceil(userData.followers * 0.0015), Math.ceil(userData.followers * 0.002));
|
||||||
const retweets = randomRange(Math.ceil(userData.followers * 0.00015), Math.ceil(userData.followers * 0.0002));
|
const retweets = randomRange(Math.ceil(userData.followers * 0.00015), Math.ceil(userData.followers * 0.0002));
|
||||||
|
|||||||
Reference in New Issue
Block a user