Browse Source

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

pull/1676/head
Paulo Playwo 4 years ago
parent
commit
c1ac03e207
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/API/Common/AllowedMentions.cs

src/Discord.Net.Rest/Entities/Messages/AllowedMentions.cs → src/Discord.Net.Rest/API/Common/AllowedMentions.cs 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; }

Loading…
Cancel
Save