This commit is contained in:
Daniel Odendahl Jr
2017-05-10 06:09:12 +00:00
parent 8691ae9edd
commit 8db09f8930
5 changed files with 5 additions and 5 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, 50);
ctx.fillText(username, 35, 52);
};
const cardImg = await request
.get('https://i.imgur.com/JF0WwQX.png');
+1 -1
View File
@@ -55,7 +55,7 @@ module.exports = class InfoCommand extends Command {
[mathjs](http://mathjs.org),
[moment](http://momentjs.com),
[moment-duration-format](https://github.com/jsmreese/moment-duration-format),
[jimp](https://github.com/oliver-moran/jimp),
[canvas](https://github.com/Automattic/node-canvas),
[cheerio](https://cheerio.js.org),
[sequelize](http://docs.sequelizejs.com),
[pg](https://github.com/brianc/node-postgres)