This commit is contained in:
Daniel Odendahl Jr
2017-05-10 05:59:21 +00:00
parent b2363ba08f
commit 71057efc31
+1 -1
View File
@@ -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, 28, 53);
ctx.fillText(username, 30, 50);
};
const cardImg = await request
.get('https://i.imgur.com/JF0WwQX.png');