mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
feat: upgrade to .NET 6, refactor everything
This commit is contained in:
parent
d28e99ba43
commit
1918c56937
314 changed files with 27954 additions and 27966 deletions
|
|
@ -1,14 +1,13 @@
|
|||
namespace Myriad.Types
|
||||
namespace Myriad.Types;
|
||||
|
||||
public record Role
|
||||
{
|
||||
public record Role
|
||||
{
|
||||
public ulong Id { get; init; }
|
||||
public string Name { get; init; }
|
||||
public uint Color { get; init; }
|
||||
public bool Hoist { get; init; }
|
||||
public int Position { get; init; }
|
||||
public PermissionSet Permissions { get; init; }
|
||||
public bool Managed { get; init; }
|
||||
public bool Mentionable { get; init; }
|
||||
}
|
||||
public ulong Id { get; init; }
|
||||
public string Name { get; init; }
|
||||
public uint Color { get; init; }
|
||||
public bool Hoist { get; init; }
|
||||
public int Position { get; init; }
|
||||
public PermissionSet Permissions { get; init; }
|
||||
public bool Managed { get; init; }
|
||||
public bool Mentionable { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue