mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 03:45:29 +00:00
C#: db config model
This commit is contained in:
@@ -4,8 +4,8 @@ namespace Spacebar.ConfigModel;
|
||||
|
||||
public class DefaultsConfiguration
|
||||
{
|
||||
[JsonPropertyName("guild")] public GuildDefaults Guild = new GuildDefaults();
|
||||
[JsonPropertyName("user")] public ChannelDefaults Channel = new ChannelDefaults();
|
||||
[JsonPropertyName("guild")] public GuildDefaults Guild = new();
|
||||
[JsonPropertyName("user")] public ChannelDefaults Channel = new();
|
||||
}
|
||||
|
||||
public class GuildDefaults
|
||||
|
||||
Reference in New Issue
Block a user