We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8adeaa commit 3885904Copy full SHA for 3885904
src/main/java/com/jagrosh/jmusicbot/utils/OtherUtil.java
@@ -184,7 +184,7 @@ public static String getLatestVersion()
184
try
185
{
186
Response response = new OkHttpClient.Builder().build()
187
- .newCall(new Request.Builder().get().url("https://api.github.com/repos/jagrosh/MusicBot/releases/latest").build())
+ .newCall(new Request.Builder().get().url("https://api.github.com/repos/ErdbeerbaerLP/MusicBot/releases/latest").build())
188
.execute();
189
ResponseBody body = response.body();
190
if(body != null)
0 commit comments