Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mk committed Mar 8, 2024
1 parent 8593c6f commit d435e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FMBot.Bot/Services/ThirdParty/BotListService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public async Task UpdateBotLists()
var overview = await this._statusHandler.GetOverviewAsync(new Empty());
var postData = new Dictionary<string, object>
{
{ "server_count", 387000 },
{ "server_count", overview.TotalGuilds },
{ "bot_id", "356268235697553409" },
{ "top.gg", ConfigData.Data.BotLists.TopGgApiToken },
{ "discords.com", ConfigData.Data.BotLists.BotsForDiscordToken },
Expand Down

0 comments on commit d435e35

Please sign in to comment.