magmastream 1.0.1 → 2.0.0-beta
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/LICENSE +0 -15
- package/README.md +1 -1
- package/dist/index.d.ts +953 -934
- package/dist/index.js +8 -8
- package/dist/structures/Filters.js +245 -245
- package/dist/structures/Manager.js +314 -300
- package/dist/structures/Node.js +373 -369
- package/dist/structures/Player.js +403 -403
- package/dist/structures/Queue.js +96 -96
- package/dist/structures/Rest.js +111 -110
- package/dist/structures/Utils.js +210 -207
- package/package.json +6 -6
package/LICENSE
CHANGED
|
@@ -174,18 +174,3 @@
|
|
|
174
174
|
of your accepting any such warranty or additional liability.
|
|
175
175
|
|
|
176
176
|
END OF TERMS AND CONDITIONS
|
|
177
|
-
|
|
178
|
-
Copyright 2023 Abel Purnwasy
|
|
179
|
-
Copyright 2023 Nick Brouwer
|
|
180
|
-
|
|
181
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
182
|
-
you may not use this file except in compliance with the License.
|
|
183
|
-
You may obtain a copy of the License at
|
|
184
|
-
|
|
185
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
186
|
-
|
|
187
|
-
Unless required by applicable law or agreed to in writing, software
|
|
188
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
189
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
190
|
-
See the License for the specific language governing permissions and
|
|
191
|
-
limitations under the License.
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://github.com/Blackfort-Hosting/magmastream/issues)
|
|
7
7
|
[](https://github.com/Blackfort-Hosting/magmastream/pulls)
|
|
8
8
|
|
|
9
|
-
**Magmastream** a lavalink wrapper for NodeJs.
|
|
9
|
+
**Magmastream** a lavalink wrapper for NodeJs. Magmastream only supports lavalink version 4.
|
|
10
10
|
|
|
11
11
|
## Documentation
|
|
12
12
|
|