berconpy.ClientCommandEvent

class berconpy.ClientCommandEvent(sequence, message)

Bases: ClientEvent

Represents the response to a given command.

Attributes

sequence

The sequence number of the command this is responding to.

message

The command's full response from the server.

message: str

The command’s full response from the server.

sequence: int

The sequence number of the command this is responding to.