Update CommandAttribute.cs

This commit is contained in:
JustNrik
2018-08-27 17:39:00 -04:00
committed by Finite Reality
parent c56fff9fe5
commit 143fb2808b

View File

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