Initial 1.0-alpha1 design changes

This commit is contained in:
RogueException
2016-02-24 07:00:49 -04:00
parent 5decad09a1
commit 27d7e9915b
72 changed files with 1244 additions and 1709 deletions

View File

@@ -52,7 +52,7 @@ namespace Discord.Commands
_checks = checks;
}
internal bool CanRun(User user, Channel channel, out string error)
internal bool CanRun(User user, ITextChannel channel, out string error)
{
for (int i = 0; i < _checks.Length; i++)
{