Force Earlier snekfetch

This commit is contained in:
Daniel Odendahl Jr
2017-06-15 03:57:53 +00:00
parent 9c733202db
commit c635eabd4d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ module.exports = class YearsCommand extends Command {
format: 'png',
size: 256
});
console.log(avatarURL);
const Image = Canvas.Image;
const canvas = new Canvas(856, 569);
const ctx = canvas.getContext('2d');
+1 -1
View File
@@ -48,7 +48,7 @@
"node-opus": "^0.2.6",
"pg": "^6.2.3",
"sequelize": "^3.30.4",
"snekfetch": "^3.1.8",
"snekfetch": "3.1.9",
"tsubaki": "^1.1.1",
"xml2js": "^0.4.17",
"zalgolize": "^1.2.4"