Refactor server config models/commands
This commit is contained in:
11
PluralKit.Core/Models/GuildConfig.cs
Normal file
11
PluralKit.Core/Models/GuildConfig.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PluralKit.Core
|
||||
{
|
||||
public class GuildConfig
|
||||
{
|
||||
public int Id { get; }
|
||||
public ulong? LogChannel { get; }
|
||||
public ulong[] LogBlacklist { get; }
|
||||
public ulong[] Blacklist { get; }
|
||||
public bool LogCleanupEnabled { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user