fix: Move and fix internal AllowedMentions object (#1727)

This commit is contained in:
Paulo
2020-12-20 07:37:32 -03:00
committed by GitHub
parent a4d32d366d
commit 4a7f8fec93

View File

@@ -2,7 +2,7 @@ using Newtonsoft.Json;
namespace Discord.API
{
public class AllowedMentions
internal class AllowedMentions
{
[JsonProperty("parse")]
public Optional<string[]> Parse { get; set; }