@@ -28,7 +28,7 @@ Here: [https://rainlinkjs.vercel.app/](https://rainlinkjs.vercel.app/)
28
28
# 💿 Used by
29
29
30
30
| Name | Creator | Variants |
31
- | ---------------------------------------------------- | ------------ | ----------------- |
31
+ | ------------------------------------------------------ | -------------- | ------------------- |
32
32
| [ ByteBlaze] ( https://github.com/RainyXeon/ByteBlaze ) | RainyXeon | Modded / Built in |
33
33
34
34
If you want to add your own bot create a pull request with your bot added. Please add your full name.
@@ -38,7 +38,7 @@ If you want to add your own bot create a pull request with your bot added. Pleas
38
38
This is the list of all rainlink plugin currently supported
39
39
40
40
| Name | Type | Link | Author |
41
- | ------------------ | -------- | ----------------------------------------------------------------------------------------------------------------------------- | --------- |
41
+ | -------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------- | ----------- |
42
42
| rainlink-nico | Official | [ npmjs] ( https://www.npmjs.com/package/rainlink-nico ) / [ github] ( https://github.com/RainyProduction/rainlink-nico ) | RainyXeon |
43
43
| rainlink-deezer | Official | [ npmjs] ( https://www.npmjs.com/package/rainlink-deezer ) / [ github] ( https://github.com/RainyProduction/rainlink-deezer ) | RainyXeon |
44
44
| rainlink-apple | Official | [ npmjs] ( https://www.npmjs.com/package/rainlink-apple ) / [ github] ( https://github.com/RainyProduction/rainlink-apple ) | RainyXeon |
@@ -50,50 +50,12 @@ This is the list of all rainlink plugin currently supported
50
50
This is the list of all rainlink driver currently supported (codename is made up by me)
51
51
52
52
| Driver Name | Voice Server | Language | Supported Version | Codename | Notes |
53
- | ----------------- | ----------------------------------------------------- | ---------- | ----------------- | -------- | ----------------------------------------------------------------- |
53
+ | ------------------- | ------------------------------------------------------- | ------------ | ------------------- | ---------- | ------------------------------------------------------------------- |
54
54
| lavalink/v4/koinu | [ Lavalink] ( https://github.com/lavalink-devs/Lavalink ) | Java | v4.0.0 - v4.x.x | koinu | |
55
55
| lavalink/v3/koto | [ Lavalink] ( https://github.com/lavalink-devs/Lavalink ) | Java | v3.0.0 - v3.7.x | koto | ` filter ` and ` resume ` in lavalink below v3.4 not supported |
56
56
| nodelink/v2/nari | [ Nodelink] ( https://github.com/PerformanC/NodeLink ) | Javascript | v2.0.0 - v2.x.x | nari | Some ` filter ` mode in nodelink not supported |
57
57
| frequenc/v1/miku | [ FrequenC] ( https://github.com/PerformanC/FrequenC ) | C | IN TESTING | miku | This driver is in testing so don't use it or you will have errors |
58
58
59
- # 📃 Migrtation logs:
60
- ## 0.9.2 -> 1.0.0
61
- ``` diff
62
- src/index.ts
63
- - Plugin
64
- - Plugin.VoiceReceiver
65
- - Plugin.PlayerMoved
66
- src/Interface/Constants.ts
67
- - VoiceConnect = 'voiceConnect',
68
- - VoiceDisconnect = 'voiceDisconnect',
69
- - VoiceError = 'voiceError',
70
- - VoiceStartSpeaking = 'voiceStartSpeaking',
71
- - VoiceEndSpeaking = 'voiceEndSpeaking',
72
- src/Plugin/RainlinkPlugin.ts
73
- + isRainlinkPlugin
74
- ```
75
-
76
- ## 0.9.0 -> 0.9.2
77
- ``` diff
78
- src/Node/RainlinkRest.ts
79
- - getLavalinkInfo()
80
- + getInfo()
81
- ```
82
-
83
- ## 0.8.0 -> 0.9.0
84
- ``` diff
85
- src/Player/RainlinkPlayer.ts
86
- - <RainlinkPlayer>.setFilter("nightcore")
87
- + <RainlinkPlayer>.filter.set()
88
- + <RainlinkPlayer>.filter
89
-
90
- src/Interface/Constants.ts
91
- + RainlinkFilterMode
92
-
93
- src/index.ts (Add new class)
94
- + RainlinkFilter
95
- ```
96
-
97
59
# 💾 Example bot:
98
60
99
61
``` js
@@ -168,10 +130,47 @@ client.on("messageCreate", async msg => {
168
130
}
169
131
})
170
132
171
-
172
133
client .login (' ' );
173
134
` ` `
174
135
136
+ # 📃 Migrtation logs:
137
+ ## 0.9.2 -> 1.0.0
138
+ ` ` ` diff
139
+ src/ index .ts
140
+ - Plugin
141
+ - Plugin .VoiceReceiver
142
+ - Plugin .PlayerMoved
143
+ src/ Interface/ Constants .ts
144
+ - VoiceConnect = ' voiceConnect' ,
145
+ - VoiceDisconnect = ' voiceDisconnect' ,
146
+ - VoiceError = ' voiceError' ,
147
+ - VoiceStartSpeaking = ' voiceStartSpeaking' ,
148
+ - VoiceEndSpeaking = ' voiceEndSpeaking' ,
149
+ src/ Plugin / RainlinkPlugin .ts
150
+ + isRainlinkPlugin
151
+ ` ` `
152
+
153
+ ## 0.9.0 -> 0.9.2
154
+ ` ` ` diff
155
+ src/ Node / RainlinkRest .ts
156
+ - getLavalinkInfo ()
157
+ + getInfo ()
158
+ ` ` `
159
+
160
+ ## 0.8.0 -> 0.9.0
161
+ ` ` ` diff
162
+ src/ Player/ RainlinkPlayer .ts
163
+ - < RainlinkPlayer> .setFilter (" nightcore" )
164
+ + < RainlinkPlayer> .filter .set ()
165
+ + < RainlinkPlayer> .filter
166
+
167
+ src/ Interface/ Constants .ts
168
+ + RainlinkFilterMode
169
+
170
+ src/ index .ts (Add new class )
171
+ + RainlinkFilter
172
+ ` ` `
173
+
175
174
# ✨ Special thanks
176
175
177
176
- [@Deivu](https://github.com/Deivu): Founder of [@shipgirlproject](https://github.com/shipgirlproject) and creator of [Shoukaku](https://www.npmjs.com/package/shoukaku) / **inspired**
@@ -182,4 +181,4 @@ client.login('');
182
181
183
182
# 💫 Credits
184
183
- [@RainyXeon](https://github.com/RainyXeon): Owner of Rainlink
185
- - [@PAINFUEG0](https://github.com/PAINFUEG0): Tester and member of [#TeamRain](https://comming.soon)
184
+ - [@PAINFUEG0](https://github.com/PAINFUEG0): Tester of [#TeamRain](https://comming.soon)
0 commit comments