discord-sb.js 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4,7 +4,6 @@ const { createSocket } = require('dgram');
|
|
|
4
4
|
const { EventEmitter } = require('events');
|
|
5
5
|
const { Buffer } = require('node:buffer');
|
|
6
6
|
const { Writable } = require('stream');
|
|
7
|
-
const Bun = require('bun');
|
|
8
7
|
const { RtpPacket } = require('werift-rtp');
|
|
9
8
|
const Util = require('../../../util/Util');
|
|
10
9
|
const { randomPorts } = require('../util/Function');
|
package/src/util/DataResolver.js
CHANGED
|
@@ -4,7 +4,6 @@ const { Buffer } = require('node:buffer');
|
|
|
4
4
|
const fs = require('node:fs');
|
|
5
5
|
const path = require('node:path');
|
|
6
6
|
const stream = require('node:stream');
|
|
7
|
-
const Bun = require('bun');
|
|
8
7
|
const { getNativeFetch } = require('./FetchUtil');
|
|
9
8
|
const { Error: DiscordError, TypeError } = require('../errors');
|
|
10
9
|
const Invite = require('../structures/Invite');
|