Remove RPC from main distribution (#925)
This commit is contained in:
14
experiment/Discord.Net.Rpc/RpcChannelEvent.cs
Normal file
14
experiment/Discord.Net.Rpc/RpcChannelEvent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Discord.Rpc
|
||||
{
|
||||
public enum RpcChannelEvent
|
||||
{
|
||||
VoiceStateCreate,
|
||||
VoiceStateUpdate,
|
||||
VoiceStateDelete,
|
||||
SpeakingStart,
|
||||
SpeakingStop,
|
||||
MessageCreate,
|
||||
MessageUpdate,
|
||||
MessageDelete
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user