mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 01:30: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,9 +1,8 @@
|
|||
namespace Myriad.Types
|
||||
namespace Myriad.Types;
|
||||
|
||||
public record Emoji
|
||||
{
|
||||
public record Emoji
|
||||
{
|
||||
public ulong? Id { get; init; }
|
||||
public string? Name { get; init; }
|
||||
public bool? Animated { get; init; }
|
||||
}
|
||||
public ulong? Id { get; init; }
|
||||
public string? Name { get; init; }
|
||||
public bool? Animated { get; init; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue