Browse Source

Update CommandAttribute.cs

tags/2.0
JustNrik Finite Reality 6 years ago
parent
commit
143fb2808b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Attributes/CommandAttribute.cs

+ 1
- 1
src/Discord.Net.Commands/Attributes/CommandAttribute.cs 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()
{


Loading…
Cancel
Save