Skip to content

Commit

Permalink
Merge pull request #19 from FAYStarNext/dev
Browse files Browse the repository at this point in the history
Fix: ERR_REQUIRE_ESM
  • Loading branch information
EvarinDev authored Jul 25, 2024
2 parents 0a8f339 + 4313533 commit 91825aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sunday.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "1.0.12-indev",
"version": "1.0.13-indev",
"description": "Sunday a lavalink wrapper",
"license": "MIT",
"author": "FAYStarNext",
Expand Down Expand Up @@ -49,4 +49,4 @@
"wrapper",
"api"
]
}
}
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 91825aa

Please sign in to comment.