Merge branch 'dev' into feature/more-preconditions

This commit is contained in:
RogueException
2016-11-26 23:41:45 -04:00
13 changed files with 72 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ namespace Discord.Commands
public class CommandAttribute : Attribute
{
public string Text { get; }
public RunMode RunMode { get; set; } = RunMode.Sync;
public RunMode RunMode { get; set; } = RunMode.Default;
public CommandAttribute()
{