Skip to content

Latest commit

History

History
13 lines (9 loc) · 633 Bytes

File metadata and controls

13 lines (9 loc) · 633 Bytes

ExecuteCommandResponse

Properties

NameTypeDescriptionNotes
cmdstrThe command that was executed
okboolTrue if this command executed successfully, false otherwise
errorstrAny potential error that occured during execution[optional]
responselist[str]The response chat lines that were sent when executing the command[optional]

[Back to Model list][Back to API list][Back to README]