diff --git a/assets/images/this-guy.png b/assets/images/this-guy.png index 463faaf7..e87cdd14 100644 Binary files a/assets/images/this-guy.png and b/assets/images/this-guy.png differ diff --git a/commands/edit-meme/this-guy.js b/commands/edit-meme/this-guy.js index 6ec9951c..0f338573 100644 --- a/commands/edit-meme/this-guy.js +++ b/commands/edit-meme/this-guy.js @@ -44,7 +44,7 @@ module.exports = class ThisGuyCommand extends Command { const canvas = createCanvas(base.width, base.height); const ctx = canvas.getContext('2d'); ctx.drawImage(base, 0, 0); - const { x, y, width, height } = centerImagePart(data, 722, 722, 152, 123); + const { x, y, width, height } = centerImagePart(data, 361, 361, 76, 62); ctx.drawImage(data, x, y, width, height); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'this-guy.png' }] }); } catch (err) {