getCommandHistory
Returns a list of previous called commands + their arguments.
Usage
1 | client.getCommandHistory().then(callback); |
Parameters
Param | Type | Details |
---|---|---|
Example
1 | client |
Returns a list of previous called commands + their arguments.
1 | client.getCommandHistory().then(callback); |
Param | Type | Details |
---|---|---|
1 | client |