Rewrote AudioClient, fixed several async issues, removed most sealed keywords.

This commit is contained in:
RogueException
2016-01-19 08:31:45 -04:00
parent fab54563e9
commit 0db0675cb5
135 changed files with 856 additions and 566 deletions

View File

@@ -5,7 +5,8 @@ using System.Threading.Tasks;
namespace Discord.Commands
{
public sealed class Command
//TODO: Make this more friendly and expose it to be extendable
public class Command
{
private string[] _aliases;
internal CommandParameter[] _parameters;