Refactored project structure and API calls. Exposed DiscordAPIClient as public.

This commit is contained in:
RogueException
2015-09-25 16:50:49 -03:00
parent 1773556663
commit 1d485eb641
44 changed files with 1112 additions and 1594 deletions

View File

@@ -2,6 +2,7 @@
namespace Discord.Commands
{
//TODO: Check support for escaping
public static class CommandParser
{
private enum CommandParserPart