This commit is contained in:
Daniel Odendahl Jr
2017-03-23 21:52:42 +00:00
parent a786ffd5c0
commit aa1413d571
+1 -1
View File
@@ -39,7 +39,7 @@ module.exports = class YearsCommand extends commando.Command {
years.blit(avatar, 461, 127);
years.getBuffer(Jimp.MIME_PNG, (err, buff) => {
if (err) throw err;
let yearsImage = await message.channel.sendFile(buff);
message.channel.sendFile(buff);
});
}
}