diff --git a/index.js b/index.js index c0411a0..2695d0d 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ if (fs.existsSync(path.join(__dirname, 'cached'))) { fs.rmSync(path.join(__dirname, 'cached'), { recursive: true, force: true }) } -const characters = "abcdefghijklmnopqrstuvwxyz!@#$%^*()[]_-=+" +const characters = "abcdefghijklmnopqrstuvwxyz!@$%^*()[]_-=+" function formatBytes(bytes, decimals = 2) { if (!+bytes) return '0 Bytes'