mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
wnkje
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = class SteamCardCommand extends Command {
|
||||
ctx.drawImage(base, 0, 0);
|
||||
ctx.font = '32px Open Sans';
|
||||
ctx.fillStyle = 'white';
|
||||
ctx.fillText(username, 30, 50);
|
||||
ctx.fillText(username, 35, 50);
|
||||
};
|
||||
const cardImg = await request
|
||||
.get('https://i.imgur.com/JF0WwQX.png');
|
||||
|
||||
Reference in New Issue
Block a user