Skip to content

Commit

Permalink
Use openshock.app api
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Feb 15, 2025
1 parent 5a174fb commit b1a8664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordBot/StatusTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private async void UpdateStatusLoop(object? sender, ElapsedEventArgs elapsedEven
private async Task Update()
{
var response =
await HttpClient.GetFromJsonAsync<BaseResponse<StatsResponse>>("https://api.shocklink.net/1/public/stats");
await HttpClient.GetFromJsonAsync<BaseResponse<StatsResponse>>("https://api.openshock.app/1/public/stats");
if (response == null) return;

await _client.SetActivityAsync(
Expand Down

0 comments on commit b1a8664

Please sign in to comment.