Skip to content

Commit

Permalink
Update MessageType.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Sep 8, 2024
1 parent fea523b commit 4246735
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions DisCatSharp/Enums/Message/MessageType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,12 @@ public enum MessageType
PurchaseNotification = 44,

/// <summary>
/// Messages indicating a polls result are in.
/// Message indicating a polls result are in.
/// </summary>
PollResult = 46
PollResult = 46,

/// <summary>
/// Message indicating that a channel was linked to a lobby.
/// </summary>
ChannelLinkedToLobby = 49
}

0 comments on commit 4246735

Please sign in to comment.