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 string[] Prefixes { get; set; } = Array.Empty();
}