feat: add sharding support
This commit is contained in:
parent
8f39d85486
commit
c42ca3f888
7 changed files with 167 additions and 9 deletions
|
|
@ -34,6 +34,7 @@ public class Config
|
|||
public bool SyncCommands { get; init; }
|
||||
public ulong? CommandsGuildId { get; init; }
|
||||
public ulong? GuildLogId { get; init; }
|
||||
public int? ShardCount { get; init; }
|
||||
}
|
||||
|
||||
public class WebConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue