10 lines
147 B
C#
10 lines
147 B
C#
namespace Discord.Rpc
|
|
{
|
|
public enum RpcGlobalEvent
|
|
{
|
|
ChannelCreated,
|
|
GuildCreated,
|
|
VoiceSettingsUpdated
|
|
}
|
|
}
|