feat: add help, invite, dashboard commands

This commit is contained in:
sam 2024-10-24 22:16:19 +02:00
parent 6f002c06a5
commit 301744dd4e
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
3 changed files with 106 additions and 1 deletions

View file

@ -54,6 +54,9 @@ public class Config
public int? ShardCount { get; init; }
public string ClientSecret { get; init; } = string.Empty;
public string? SupportGuild { get; init; }
public bool EnableDash { get; init; } = false;
}
public class WebConfig