This commit is contained in:
Daniel Odendahl Jr
2017-05-10 06:06:05 +00:00
parent 5a8217b893
commit 8691ae9edd
+1 -1
View File
@@ -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);
};