nyxx/README.md
2018-06-17 21:05:29 +02:00

1.5 KiB

nyxx Build Status Pub

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.