nyxx 0.16.0 copy "nyxx: ^0.16.0" to clipboard
nyxx: ^0.16.0 copied to clipboard

outdatedDart 1 only

A Discord library for Dart. For of hackzzila's nyx.

nyxx Build Status #

Simple, robust framework for creating discord bots for Dart. Fork of Hackzzila's nyx - extended with new functionality, few bug fixes, applied pending pull requests.

Library will be published in next few weeks - command framework isn't finished yet.

Features #

  • Commands framework
    Faster way of creating commands for bot. You only have to implement one class, and initialize framework. Everything is done automatically.
  • Cross Platform
    nyx works on the command line, browser, mobile, and can be transpiled to JavaScript.
  • Fine Control
    nyx allows you to control every outgoing HTTP request or websocket messages.
  • Internal Sharding
    nyx(Nyxx) automatically spawns shards for your bot, but you can override this and spawn a custom number of shards. Internal sharding means that all of your bots servers are managed in one script, no need for communication between shards.

Documentation and examples #

Dartdocs

Dartdocs of most recent version of library.

Wiki

Wiki privides examples and descriptions.

Documentation and examples is in progress. In near feature I'll upload dartdocs to my website also.

97
likes
0
pub points
82%
popularity

Publisher

verified publisherl7ssha.xyz

A Discord library for Dart. For of hackzzila's nyx.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

http_parser, w_transport

More

Packages that depend on nyxx