This commit is contained in:
Daniel Odendahl Jr
2017-05-10 03:42:11 +00:00
parent 1851905984
commit fef201a031
+1 -1
View File
@@ -40,7 +40,7 @@ module.exports = class CanvasCommand extends Command {
ctx.drawImage(avatar, 158, 51, 200, 200);
};
base.src = await request
.get('https://i.imgur.com/KriteWm.jpg').body;
.get('https://i.imgur.com/Gbu1B2m.png').body;
avatar.src = await request
.get(avatarURL).body;
generate();