magmastream 2.9.0-dev.4 → 2.9.0-dev.41
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 +2 -2
- package/dist/index.d.ts +2275 -959
- package/dist/index.js +14 -1
- package/dist/statestorage/JsonQueue.js +436 -0
- package/dist/{structures/Queue.js → statestorage/MemoryQueue.js} +205 -78
- package/dist/statestorage/RedisQueue.js +427 -0
- package/dist/structures/Enums.js +259 -0
- package/dist/structures/Filters.js +54 -82
- package/dist/structures/Manager.js +813 -376
- package/dist/structures/Node.js +348 -203
- package/dist/structures/Player.js +302 -135
- package/dist/structures/Plugin.js +4 -1
- package/dist/structures/Rest.js +11 -7
- package/dist/structures/Types.js +3 -0
- package/dist/structures/Utils.js +312 -263
- package/dist/utils/managerCheck.js +19 -19
- package/dist/utils/nodeCheck.js +5 -5
- package/dist/wrappers/detritus.js +36 -0
- package/dist/wrappers/discord.js.js +29 -0
- package/dist/wrappers/eris.js +29 -0
- package/dist/wrappers/oceanic.js +29 -0
- package/dist/wrappers/seyfert.js +43 -0
- package/package.json +20 -14
package/README.md
CHANGED
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
| [Stal](https://discord.com/oauth2/authorize?client_id=923938180263182356&scope=bot%20applications.commands&permissions=27648861246) | memte |
|
|
96
96
|
| [Lunio](https://discord.com/api/oauth2/authorize?client_id=945030475779551415&permissions=61991952&scope=bot+applications.commands) | vexi |
|
|
97
97
|
| [JukeDisc](https://discord.com/oauth2/authorize?client_id=1109751797549105176&permissions=968552214080&scope=bot+applications.commands) | Theo |
|
|
98
|
-
| [
|
|
98
|
+
| [Leo](https://discord.com/oauth2/authorize?client_id=923529398425096193&permissions=12888394808&scope=bot%20identify%20applications.commands) | Itz Random |
|
|
99
99
|
| [Soundy](https://dsc.gg/sndy) | iaMJ |
|
|
100
100
|
| [HamBot](https://discord.com/oauth2/authorize?client_id=1049314312776335390) | yanishamburger|
|
|
101
101
|
| [Miyu](https://discord.com/oauth2/authorize?client_id=1277180179273482280&permissions=572851999731703&response_type=code&redirect_uri=https%3A%2F%2Fdiscord.gg%2Ftn3nbFB8nX&integration_type=0&scope=identify+applications.commands+bot) | Kenver |
|
|
102
102
|
| [Savage Bot](https://discord.com/oauth2/authorize?client_id=823703707522433054&permissions=8&scope=bot%20applications.commands) | Savage
|
|
103
|
-
| [
|
|
103
|
+
| [lost](https://discord.com/oauth2/authorize?client_id=1280681209604739204) | pomice
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
Want to showcase your bot? Feel free to create a pull request and add it to our growing list of amazing bots powered by Magmastream!
|