namespace Maki { public enum DiscordChannelType { Text = 0, Private = 1, Voice = 2, } }