fix: Move and fix internal AllowedMentions object (#1727)
This commit is contained in:
@@ -2,7 +2,7 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace Discord.API
|
||||
{
|
||||
public class AllowedMentions
|
||||
internal class AllowedMentions
|
||||
{
|
||||
[JsonProperty("parse")]
|
||||
public Optional<string[]> Parse { get; set; }
|
||||
Reference in New Issue
Block a user