Added RPC ChannelCreated, GuildCreated and GuildStatusUpdated events
This commit is contained in:
8
src/Discord.Net.Rpc/RpcGlobalEvent.cs
Normal file
8
src/Discord.Net.Rpc/RpcGlobalEvent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Discord.Rpc
|
||||
{
|
||||
public enum RpcGlobalEvent
|
||||
{
|
||||
ChannelCreated,
|
||||
GuildCreated
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user