feat: start dashboard

This commit is contained in:
sam 2024-10-18 22:13:23 +02:00
parent bacbc6db0e
commit ec7aa9faba
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
50 changed files with 3624 additions and 18 deletions

View file

@ -52,6 +52,8 @@ public class Config
public ulong? CommandsGuildId { get; init; }
public ulong? GuildLogId { get; init; }
public int? ShardCount { get; init; }
public string ClientSecret { get; init; } = string.Empty;
}
public class WebConfig