namespace VpSharp.Commands; /// /// Defines configuration for . /// public sealed class CommandsExtensionConfiguration { /// /// Gets or sets the prefixes to be use for commands. /// /// The command prefixes, as an array of values. public IReadOnlyList Prefixes { get; set; } = Array.Empty(); }