feat: post stats to discord.bots.gg
This commit is contained in:
parent
4b74005110
commit
8ed9b4b143
2 changed files with 50 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue