Example #1
0
 const fail = (msg) => channel.push(Either.Left(msg))
Example #2
0
 'resultNoMatch': (result) => {
   channel.push(Either.Left(`No command matches for ${result[0]}`))
 },
Example #3
0
 const success = (msg) => channel.push(Either.Right(msg))