diff --git a/build-avatars.js b/build-avatars.js index b20dc91b..63a4e743 100755 --- a/build-avatars.js +++ b/build-avatars.js @@ -307,11 +307,8 @@ async function generateBotsAvatars () { .toBuffer() await sharp(buff) - .resize(60, 60) - .png({ - compressionLevel: 9, - palette: true - }) + // .resize(60, 60) + .png() .toFile(path.join(botOutputDir, '1.png')) }