Skip to content

Commit

Permalink
Update DiscordMessageBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 17, 2024
1 parent 9cc4e08 commit ec78f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisCatSharp/Entities/Message/DiscordMessageBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public sealed class DiscordMessageBuilder : DisCatSharpBuilder
/// <summary>
/// Gets the Sticker to be send.
/// </summary>
public DiscordSticker Sticker { get; set; }
public DiscordSticker? Sticker { get; set; }

/// <summary>
/// Gets or Sets if the message should be TTS.
Expand Down

0 comments on commit ec78f9b

Please sign in to comment.