1.0.4 • Published 2 years ago

crosscon v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

crosscon(js)

The biggest Discord data center of scamsites, swearwords, etc. | Be Connected With Crosside

crosscon(js) currently matches the Node.js 11.13.0 API.

This module is maintained, but only by very few people. If you'd like to help, let us know in an issue!

Install

npm install crosscon

Usage

var crosscon = require('crosscon')

var cc = new crosscon()
cc.on('ready', function () {
  console.log("ready")
})
cc.on('close', function () {
  console.log("The connection is closed")
})
cc.on('message', function (text) {
  console.log(text)
})
cc.connect(token)

License

MIT

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago