niggers are so black tbh

This commit is contained in:
matty 2024-08-05 20:44:04 -04:00
parent fd16c95b8f
commit bed00aa4c5
1 changed files with 2 additions and 5 deletions

View File

@ -307,11 +307,8 @@ async function generateBotsAvatars () {
.toBuffer() .toBuffer()
await sharp(buff) await sharp(buff)
.resize(60, 60) // .resize(60, 60)
.png({ .png()
compressionLevel: 9,
palette: true
})
.toFile(path.join(botOutputDir, '1.png')) .toFile(path.join(botOutputDir, '1.png'))
} }