Skip to content

Files

Latest commit

 

History

History
13 lines (8 loc) · 490 Bytes

ExecuteCommandResponse.md

File metadata and controls

13 lines (8 loc) · 490 Bytes

ExecuteCommandResponse

Properties

Name Type Description Notes
cmd String The command that was executed
ok Boolean True if this command executed successfully, false otherwise
error String Any potential error that occured during execution [optional]
response List<String> The response chat lines that were sent when executing the command [optional]