Initial commit, basic proxying working
This commit is contained in:
9
Myriad/Rest/DiscordApiError.cs
Normal file
9
Myriad/Rest/DiscordApiError.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Text.Json;
|
||||
|
||||
namespace Myriad.Rest
|
||||
{
|
||||
public record DiscordApiError(string Message, int Code)
|
||||
{
|
||||
public JsonElement? Errors { get; init; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user