mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
png
This commit is contained in:
@@ -40,7 +40,7 @@ module.exports = class CanvasCommand extends Command {
|
|||||||
ctx.drawImage(avatar, 158, 51, 200, 200);
|
ctx.drawImage(avatar, 158, 51, 200, 200);
|
||||||
};
|
};
|
||||||
base.src = await request
|
base.src = await request
|
||||||
.get('https://i.imgur.com/KriteWm.jpg').body;
|
.get('https://i.imgur.com/Gbu1B2m.png').body;
|
||||||
avatar.src = await request
|
avatar.src = await request
|
||||||
.get(avatarURL).body;
|
.get(avatarURL).body;
|
||||||
generate();
|
generate();
|
||||||
|
|||||||
Reference in New Issue
Block a user