fix embed queue
This commit is contained in:
parent
ded4f4db26
commit
8d4a7b1729
13 changed files with 188 additions and 32 deletions
|
|
@ -30,6 +30,7 @@ public class Config
|
|||
public string Token { get; init; } = string.Empty;
|
||||
public bool SyncCommands { get; init; }
|
||||
public ulong? CommandsGuildId { get; init; }
|
||||
public ulong? GuildLogId { get; init; }
|
||||
}
|
||||
|
||||
public class WebConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue