feature: Add GuildMemberJoin MessageType(#1263)

This commit is contained in:
Still Hsu
2019-05-05 05:08:18 +08:00
committed by Christopher F
parent e03c5274f8
commit 00d3f5a8e5

View File

@@ -32,6 +32,10 @@ namespace Discord
/// <summary>
/// The message when another message is pinned.
/// </summary>
ChannelPinnedMessage = 6
ChannelPinnedMessage = 6,
/// <summary>
/// The message when a new member joined.
/// </summary>
GuildMemberJoin = 7
}
}