UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

27 lines (26 loc) 557 B
module.exports = { unicode: { startgroup: '▐', endgroup: '▌', complete: '▓', incomplete: '░', spinner: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'], subsection: '→' }, ascii: { startgroup: '|', endgroup: '|', complete: '#', incomplete: '-', spinner: ['-', '\\', '|', '/'], subsection: '->' }, 'cp437': { startgroup: '▐', endgroup: '▌', complete: '█', incomplete: '░', spinner: ['▀', '▐', '▄', '▌'], subsection: '→' } }