Merge branch 'dev' into feature/more-preconditions
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user