mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Fix
This commit is contained in:
@@ -213,7 +213,7 @@ module.exports = class TweetCommand extends Command {
|
||||
ctx.fillText(line, x, y + (23 * currentLine) + (9 * currentLine));
|
||||
continue;
|
||||
}
|
||||
let currentX = x;
|
||||
let currentX = x + 0;
|
||||
for (let i = 0; i < lineNoEmoji.length; i++) {
|
||||
const linePart = lineNoEmoji[i];
|
||||
ctx.fillText(linePart, currentX, y + (23 * currentLine) + (9 * currentLine));
|
||||
|
||||
Reference in New Issue
Block a user