feat: add help, invite, dashboard commands
This commit is contained in:
parent
6f002c06a5
commit
301744dd4e
3 changed files with 106 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue