run dotnet format
This commit is contained in:
@@ -6,7 +6,7 @@ namespace PluralKit.Bot
|
||||
{
|
||||
public string Key { get; }
|
||||
public string Description { get; }
|
||||
|
||||
|
||||
public ICollection<Command> Children { get; }
|
||||
|
||||
public CommandGroup(string key, string description, ICollection<Command> children)
|
||||
|
||||
Reference in New Issue
Block a user