Skip to content

Commit

Permalink
Update ChannelWarningSend.cs
Browse files Browse the repository at this point in the history
Fixed a comment
  • Loading branch information
Hampo committed Nov 5, 2024
1 parent 28d8f8e commit c9ce41c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

/// <summary>
/// Channel Warning Acknowledge subscription type model
/// Channel Warning Send subscription type model
/// <para>Description:</para>
/// <para>A user awknowledges a warning. Broadcasters and moderators can see the warning’s details.</para>
/// <para>A user is sent a warning. Broadcasters and moderators can see the warning’s details.</para>
/// </summary>
public sealed class ChannelWarningSend
{
Expand Down

0 comments on commit c9ce41c

Please sign in to comment.