Skip to content

Commit

Permalink
Fix TopggStatsSender
Browse files Browse the repository at this point in the history
  • Loading branch information
WinG4merBR committed Jan 19, 2025
1 parent 9bd3a89 commit 8ef56a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TopggStatsSender(
clusterUrls.map { url ->
async {
try {
val response = client.get("$url/api/v1/guilds")
val response = client.get("$url/guilds")
Json.decodeFromString<ClusterStats>(response.bodyAsText()).serverCount
} catch (e: Exception) {
logger.error(e) { "Failed to fetch server count from $url" }
Expand Down

0 comments on commit 8ef56a7

Please sign in to comment.