mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
30px
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = class SteamCardCommand extends Command {
|
||||
ctx.fillRect(0, 0, 494, 568);
|
||||
ctx.drawImage(avatar, 25, 25, 450, 450);
|
||||
ctx.drawImage(base, 0, 0);
|
||||
ctx.font = '32px Open Sans';
|
||||
ctx.font = '30px Open Sans';
|
||||
ctx.fillStyle = 'white';
|
||||
ctx.fillText(username, 35, 50);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user