feature: Add GuildMemberJoin MessageType(#1263)
This commit is contained in:
@@ -32,6 +32,10 @@ namespace Discord
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The message when another message is pinned.
|
/// The message when another message is pinned.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
ChannelPinnedMessage = 6
|
ChannelPinnedMessage = 6,
|
||||||
|
/// <summary>
|
||||||
|
/// The message when a new member joined.
|
||||||
|
/// </summary>
|
||||||
|
GuildMemberJoin = 7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user