magmastream 2.5.14 → 2.5.15
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/README.md +16 -6
- package/package.json +7 -7
- package/dist/index.d.ts +0 -942
- package/dist/index.js +0 -8
- package/dist/structures/Filters.js +0 -179
- package/dist/structures/Manager.js +0 -325
- package/dist/structures/Node.js +0 -397
- package/dist/structures/Player.js +0 -478
- package/dist/structures/Queue.js +0 -115
- package/dist/structures/Rest.js +0 -82
- package/dist/structures/Utils.js +0 -194
- package/dist/utils/filtersEqualizers.js +0 -84
- package/dist/utils/managerCheck.js +0 -56
- package/dist/utils/nodeCheck.js +0 -41
- package/dist/utils/playerCheck.js +0 -29
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
<center><img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&height=200§ion=header&text=Magmastream&fontSize=80&fontAlignY=35&animation=twinkling&fontColor=gradient" /></center>
|
|
2
|
+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
3
|
+
[](#contributors-)
|
|
4
|
+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
2
5
|
|
|
3
6
|
[](https://github.com/Magmastream-NPM/magmastream/blob/main/LICENSE)
|
|
4
7
|
[](https://github.com/Magmastream-NPM/magmastream/pulls)
|
|
5
|
-

|
|
9
|
+
[](https://github.com/Magmastream-NPM/magmastream/issues)
|
|
10
|
+
[](https://github.com/Magmastream-NPM/magmastream/pulls)
|
|
8
11
|
[](https://github.com/sponsors/Magmastream-NPM)
|
|
12
|
+
[](https://www.npmjs.com/package/magmastream)
|
|
9
13
|
|
|
10
14
|
**Magmastream** a lavalink wrapper for NodeJs. Magmastream only supports lavalink version 4.
|
|
11
15
|
|
|
@@ -51,10 +55,16 @@ If you want to add your own bot create a pull request with your bot added. Pleas
|
|
|
51
55
|
|
|
52
56
|
Special thanks to the all the contributors who have helped make Magmastream even better!
|
|
53
57
|
|
|
58
|
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
59
|
+
<!-- prettier-ignore-start -->
|
|
60
|
+
<!-- markdownlint-disable -->
|
|
61
|
+
<!-- markdownlint-restore -->
|
|
62
|
+
<!-- prettier-ignore-end -->
|
|
63
|
+
|
|
64
|
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
65
|
+
|
|
54
66
|
## Credits
|
|
55
67
|
|
|
56
68
|
- [Erela.Js](https://github.com/MenuDocs/erela.js)
|
|
57
69
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
<!-- CONTRIBUTORS_END -->
|
|
70
|
+

|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "magmastream",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.15",
|
|
4
4
|
"description": "A user-friendly Lavalink client designed for NodeJS.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@favware/rollup-type-bundler": "^3.3.0",
|
|
18
|
-
"@types/lodash": "^4.17.
|
|
19
|
-
"@types/node": "^20.16.
|
|
18
|
+
"@types/lodash": "^4.17.9",
|
|
19
|
+
"@types/node": "^20.16.10",
|
|
20
20
|
"@types/ws": "^8.5.12",
|
|
21
21
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
22
22
|
"@typescript-eslint/parser": "^7.18.0",
|
|
23
|
-
"eslint": "^8.57.
|
|
23
|
+
"eslint": "^8.57.1",
|
|
24
24
|
"npm-run-all": "^4.1.5",
|
|
25
25
|
"typedoc": "^0.25.13",
|
|
26
26
|
"typedoc-plugin-no-inherit": "^1.4.0",
|
|
27
27
|
"typescript": "^5.4.5"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@discordjs/collection": "^2.1.
|
|
31
|
-
"axios": "^1.7.
|
|
30
|
+
"@discordjs/collection": "^2.1.1",
|
|
31
|
+
"axios": "^1.7.7",
|
|
32
32
|
"events": "^3.3.0",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
34
|
"tslib": "^2.7.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"repository": {
|
|
85
85
|
"url": "https://github.com/Blackfort-Hosting/magmastream/tree/main"
|
|
86
86
|
},
|
|
87
|
-
"homepage": "https://docs.
|
|
87
|
+
"homepage": "https://docs.magmastream.com",
|
|
88
88
|
"author": "Abel Purnwasy",
|
|
89
89
|
"license": "Apache-2.0"
|
|
90
90
|
}
|