Class InfoCommand
[CommandHandler(typeof(ClientCommandHandler))]
public class InfoCommand : ICommand
- Inheritance
-
InfoCommand
- Implements
-
ICommand
- Inherited Members
Properties
Aliases
public string[] Aliases { get; }
Property Value
- string[]
Command
public string Command { get; }
Property Value
Description
public string Description { get; }
Property Value
Methods
Execute(ArraySegment<string>, ICommandSender, out string)
public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out string response)
Parameters
arguments
ArraySegment<string>sender
ICommandSenderresponse
string