Update CommandAttribute.cs

This commit is contained in:
JustNrik
2018-08-27 00:44:35 -04:00
committed by Finite Reality
parent 4259b8cb0c
commit c56fff9fe5

View File

@@ -7,7 +7,7 @@ namespace Discord.Commands
{ {
public string Text { get; } public string Text { get; }
public RunMode RunMode { get; set; } = RunMode.Default; public RunMode RunMode { get; set; } = RunMode.Default;
public bool? IgnoreExtraArgs { get; set; } public bool? IgnoreExtraArgs { get; private set; }
public CommandAttribute() public CommandAttribute()
{ {