Skip to content

Commit

Permalink
Change update checker url
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdbeerbaerLP committed Jun 3, 2024
1 parent 9db1167 commit 64f2789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jagrosh/jmusicbot/utils/OtherUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static String getLatestVersion()
try
{
Response response = new OkHttpClient.Builder().build()
.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())
.execute();
ResponseBody body = response.body();
if(body != null)
Expand Down

0 comments on commit 64f2789

Please sign in to comment.