mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -66,7 +66,7 @@ module.exports = class TweetCommand extends Command {
|
||||
ctx.textBaseline = 'top';
|
||||
ctx.font = 'normal bold 18px Noto';
|
||||
ctx.fillStyle = 'white';
|
||||
ctx.fillText(userData.name, 105, 92);
|
||||
ctx.fillText(userData.name, 105, 84);
|
||||
if (userData.verified) {
|
||||
const verified = await loadImage(
|
||||
path.join(__dirname, '..', '..', 'assets', 'images', 'tweet', 'verified.png')
|
||||
|
||||
Reference in New Issue
Block a user