feature: Add ChannelFollowAdd MessageType (#1358)
Adds the new MessageType for system messages indicating that a webhook for a news channel has been added to a text channel.
This commit is contained in:
committed by
Christopher F
parent
15b2a36790
commit
794eba5d1a
@@ -52,6 +52,10 @@ namespace Discord
|
||||
/// <summary>
|
||||
/// The message for when a guild reaches Tier 3 of Nitro boosts.
|
||||
/// </summary>
|
||||
UserPremiumGuildSubscriptionTier3 = 11
|
||||
UserPremiumGuildSubscriptionTier3 = 11,
|
||||
/// <summary>
|
||||
/// The message for when a news channel subscription is added to a text channel.
|
||||
/// </summary>
|
||||
ChannelFollowAdd = 12,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user