UNPKG

bitprophet

Version:

Crypto trading platform for Binance that uses chat bots as its interface

9 lines (8 loc) 146 B
module.exports = { run: function(args, next) { setTimeout(function() { process.exit(0) }, 3000) next(null, "I'll be back") } }