mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 22:07:55 +00:00
Refactor server config models/commands
This commit is contained in:
parent
23c595f675
commit
ed511a6236
5 changed files with 77 additions and 97 deletions
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue