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