Discord.Net/experiment/Discord.Net.Rpc/RpcGlobalEvent.cs
2024-06-13 17:47:39 +12:00

9 lines
147 B
C#

namespace Discord.Rpc
{
public enum RpcGlobalEvent
{
ChannelCreated,
GuildCreated,
VoiceSettingsUpdated
}
}