feat: post stats to discord.bots.gg

This commit is contained in:
sam 2024-10-30 14:35:56 +01:00
parent 4b74005110
commit 8ed9b4b143
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
2 changed files with 50 additions and 2 deletions

View file

@ -60,6 +60,9 @@ public class Config
// If enabled, nothing will be logged.
public bool TestMode { get; init; } = false;
// Token for discord.bots.gg stats
public string? BotsGgToken { get; init; }
}
public class WebConfig