Top-gg-Community / java-sdk

An API wrapper for https://top.gg/api/docs that works in Java
Apache License 2.0
36 stars 22 forks source link

Server count does not update anymore #16

Open Thibstars opened 2 years ago

Thibstars commented 2 years ago

Version: 2.1.2

DiscordBotListAPI#setStats is no longer properly updating my server counter. It is stuck at 613, while I can see in my application logs that it sits at 653 (at the time of writing).

I update the servercount like so: topggApi.setStats(jda.getGuilds().size()); which is called every time a guild joins or leaves.

I don't see an error though. Could this please be investigated?