Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions EXILED/Exiled.CustomItems/Commands/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public Main()
public override string[] Aliases { get; } = { "ci", "cis" };

/// <inheritdoc/>
public override string Description { get; } = string.Empty;
public override string Description { get; } = "EXILED CustomItems command";

/// <inheritdoc/>
public override void LoadGeneratedCommands()
Expand All @@ -51,4 +51,4 @@ protected override bool ExecuteParent(ArraySegment<string> arguments, ICommandSe
return false;
}
}
}
}
Loading