Skip to content

Commit

Permalink
chore: Remove node-fetch import from Rest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EvarinDev committed Jul 25, 2024
1 parent ecafbef commit a6818ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ client.login(process.env.TOKEN);
## ⛏️ Built Using <a name = "built_using"></a>

- [WebSocket](https://github.com/websockets/ws) - WebSocket Client
- [node-fetch](https://github.com/node-fetch/node-fetch) - HTTP Request
## Credits

- [Erela.Js](https://github.com/MenuDocs/erela.js)
Expand Down
1 change: 0 additions & 1 deletion src/structures/Rest.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Node } from "./Node";
import fetch from "node-fetch";

/** Handles the requests sent to the Lavalink REST API. */
export class Rest {
Expand Down

0 comments on commit a6818ed

Please sign in to comment.