Skip to content

Commit

Permalink
chore: make nonce and enforcenonce public set on discordmessagebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Feb 13, 2024
1 parent a64d3ec commit e7ccb0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DisCatSharp/Entities/Message/DiscordMessageBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ public DiscordEmbed Embed
/// <summary>
/// Gets the nonce for the message.
/// </summary>
public string? Nonce { get; internal set; }
public string? Nonce { get; set; }

/// <summary>
/// Gets whether to enforce the nonce.
/// </summary>
public bool EnforceNonce { get; internal set; }
public bool EnforceNonce { get; set; }

/// <summary>
/// Sets the nonce for the message.
Expand Down

0 comments on commit e7ccb0d

Please sign in to comment.