mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Fix
This commit is contained in:
@@ -29,7 +29,6 @@ module.exports = class TriggeredCommand extends Command {
|
||||
images.push(Jimp.read('https://i.imgur.com/tF9yF62.png'));
|
||||
const [avatar, triggered] = await Promise.all(images);
|
||||
avatar.resize(320, 320);
|
||||
avatar.blur(3);
|
||||
blank.composite(avatar, 0, 0);
|
||||
blank.composite(triggered, 0, 0);
|
||||
blank.getBuffer(Jimp.MIME_PNG, (err, buff) => {
|
||||
|
||||
Reference in New Issue
Block a user