You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: