Skip to content

Commit d5e28c2

Browse files
authored
refactor: replace dependency with initial implementation (#6310)
1 parent 7787a76 commit d5e28c2

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

package-lock.json

Lines changed: 1 addition & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"@discordjs/form-data": "^3.0.1",
5151
"@sapphire/async-queue": "^1.1.4",
5252
"@types/ws": "^7.4.7",
53-
"abort-controller": "^3.0.0",
5453
"discord-api-types": "^0.22.0",
5554
"node-fetch": "^2.6.1",
5655
"ws": "^7.5.1"

src/rest/APIRequest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
const https = require('https');
44
const FormData = require('@discordjs/form-data');
5-
const AbortController = require('abort-controller');
65
const fetch = require('node-fetch');
76
const { UserAgent } = require('../util/Constants');
87

0 commit comments

Comments
 (0)