Updates
Release rolling / release (push) Successful in 9m35s

This commit is contained in:
Raven Scott
2026-08-13 09:19:18 -04:00
parent ba45ab47e4
commit 032ee1688c
14 changed files with 265 additions and 39 deletions
+8
View File
@@ -0,0 +1,8 @@
'use strict'
/**
* Optional native. discord.js does `zlib = require('zlib-sync')` and then
* `compression: zlib ? ZlibStream : null`. A truthy empty object enables
* zlib-stream, after which `new zlib.Inflate()` throws and Client.login()
* hangs forever (connect() swallows the rejection).
*/
module.exports = null