mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
import TextDecoder from Util (#3258)
This commit is contained in:
parent
0dd3ed72ef
commit
75d5598fda
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
const EventEmitter = require('events');
|
||||
const WebSocket = require('../../WebSocket');
|
||||
const { Status, Events, ShardEvents, OPCodes, WSEvents } = require('../../util/Constants');
|
||||
const { TextDecoder } = require('util');
|
||||
|
||||
let zstd;
|
||||
let decoder;
|
||||
|
|
|
|||
Loading…
Reference in a new issue