feat: upgrade to .NET 6, refactor everything
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace PluralKit.Core
|
||||
namespace PluralKit.Core;
|
||||
|
||||
public class GuildConfig
|
||||
{
|
||||
public class GuildConfig
|
||||
{
|
||||
public ulong Id { get; }
|
||||
public ulong? LogChannel { get; }
|
||||
public ulong[] LogBlacklist { get; }
|
||||
public ulong[] Blacklist { get; }
|
||||
public bool LogCleanupEnabled { get; }
|
||||
}
|
||||
public ulong 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