Dan is stupid

This commit is contained in:
Daniel Odendahl Jr
2017-05-10 06:11:14 +00:00
parent 8db09f8930
commit aff4cbf5b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ module.exports = class SteamCardCommand extends Command {
ctx.drawImage(base, 0, 0);
ctx.font = '30px Open Sans';
ctx.fillStyle = 'white';
ctx.fillText(username, 35, 52);
ctx.fillText(username, 35, 48);
};
const cardImg = await request
.get('https://i.imgur.com/JF0WwQX.png');
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "18.9.6",
"version": "19.0.0",
"description": "A Discord Bot",
"main": "shardingmanager.js",
"scripts": {