This commit is contained in:
Daniel Odendahl Jr
2017-05-02 01:00:59 +00:00
parent f975dabb11
commit 29b41ee2b6
+1 -1
View File
@@ -32,7 +32,7 @@ module.exports = class BeautifulCommand extends Command {
const [avatar, grunkle] = await Promise.all(images);
avatar.resize(117, 135);
grunkle.composite(avatar, 341, 35);
grunkle.composite(avatar, 342, 302);
grunkle.composite(avatar, 342, 301);
grunkle.getBuffer(Jimp.MIME_PNG, (err, buff) => {
if (err) return msg.say('An Unknown Error Occurred.');
return msg.channel.send({files: [{attachment: buff}]});