Converted enough to send the system card
This commit is contained in:
@@ -11,9 +11,9 @@ namespace Myriad.Rest.Types
|
||||
Everyone
|
||||
}
|
||||
|
||||
public List<ParseType>? Parse { get; set; }
|
||||
public List<ulong>? Users { get; set; }
|
||||
public List<ulong>? Roles { get; set; }
|
||||
public ParseType[]? Parse { get; set; }
|
||||
public ulong[]? Users { get; set; }
|
||||
public ulong[]? Roles { get; set; }
|
||||
public bool RepliedUser { get; set; }
|
||||
}
|
||||
}
|
@@ -8,6 +8,6 @@ namespace Myriad.Rest.Types.Requests
|
||||
public object? Nonce { get; set; }
|
||||
public bool Tts { get; set; }
|
||||
public AllowedMentions AllowedMentions { get; set; }
|
||||
public Embed? Embeds { get; set; }
|
||||
public Embed? Embed { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user