mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
11 lines
No EOL
285 B
C#
11 lines
No EOL
285 B
C#
namespace PluralKit.Core
|
|
{
|
|
public class SystemGuildSettings
|
|
{
|
|
public ulong Guild { get; }
|
|
public bool ProxyEnabled { get; } = true;
|
|
|
|
public AutoproxyMode AutoproxyMode { get; } = AutoproxyMode.Off;
|
|
public int? AutoproxyMember { get; }
|
|
}
|
|
} |