Added Help Command and allowed empty collection instead of null for aliases in IDbCommand
This commit is contained in:
@@ -15,7 +15,7 @@ public interface IDbCommand
|
||||
/// <summary>
|
||||
/// Command aliases. Users may use this to execute the command
|
||||
/// </summary>
|
||||
List<string>? Aliases { get; }
|
||||
List<string> Aliases { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Command description
|
||||
|
||||
Reference in New Issue
Block a user