Update CommandAttribute.cs
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user