Archived
1
0
Fork 0
This repository has been archived on 2024-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
maki/Maki/DiscordChannelType.cs

10 lines
127 B
C#
Raw Permalink Normal View History

2017-05-16 22:45:28 +00:00
namespace Maki
{
public enum DiscordChannelType
{
Text = 0,
Private = 1,
Voice = 2,
}
}