|
@property {Object} command object tha represent current command. Has follow fields: name, args, type. Where type is 'answer' or 'invoke' |
Currently reads @property {Object} command object tha represent current command. Has follow fields: name, args, type. Where type is 'answer' or 'invoke'
Might read better as @property {Object} command object that represent the current command. Has the following fields: name, args, type. Where the type is 'answer' or 'invoke'
bot-brother/src/context.coffee
Line 28 in c338727
Currently reads
@property {Object} command object tha represent current command. Has follow fields: name, args, type. Where type is 'answer' or 'invoke'Might read better as
@property {Object} command object that represent the current command. Has the following fields: name, args, type. Where the type is 'answer' or 'invoke'