UNPKG

bot18

Version:

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

13 lines (8 loc) 207 B
'use strict' var Stanza = require('./Stanza') var inherits = require('inherits') function Presence (attrs) { Stanza.call(this, 'presence', attrs) } inherits(Presence, Stanza) module.exports = Presence