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');