We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3103926 commit c00b469Copy full SHA for c00b469
app/src/main/kotlin/io/github/felitendo/xposed/Main.kt
@@ -110,7 +110,7 @@ class Main : IXposedHookLoadPackage {
110
111
val url =
112
if (config.customLoadUrl.enabled) config.customLoadUrl.url
113
- else "https://raw.githubusercontent.com/felocord/builds/main/felocord.js"
+ else "https://raw.githubusercontent.com/Felocord/builds/main/felocord.js"
114
115
val response: HttpResponse = client.get(url) {
116
headers {
0 commit comments